Skip to content

Commit

Permalink
fix: cell typepath
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimach committed Aug 2, 2024
1 parent 394f674 commit 14a8769
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions _maps/RandomZLevels/blackmesa.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -6778,7 +6778,7 @@
/turf/open/floor/iron/textured,
/area/awaymission/black_mesa/hecu_zone_atrium)
"gol" = (
/obj/item/stock_parts/cell/high,
/obj/item/stock_parts/power_store/cell/high,
/obj/structure/alien/weeds/xen,
/obj/structure/closet/wardrobe,
/obj/item/ammo_box/magazine/g18,
Expand Down Expand Up @@ -7807,7 +7807,7 @@
/turf/open/floor/iron/textured,
/area/awaymission/black_mesa/hecu_zone_atrium)
"ipH" = (
/obj/item/stock_parts/cell/high,
/obj/item/stock_parts/power_store/cell/high,
/turf/open/floor/iron,
/area/awaymission/black_mesa/security_outpost)
"iqc" = (
Expand Down Expand Up @@ -8072,7 +8072,7 @@
/obj/effect/spawner/random/decoration/glowstick,
/obj/effect/spawner/random/decoration/glowstick,
/obj/effect/spawner/random/decoration/glowstick,
/obj/item/stock_parts/cell/high,
/obj/item/stock_parts/power_store/cell/high,
/turf/open/floor/iron/dark,
/area/awaymission/black_mesa/hecu_zone_camp)
"iOl" = (
Expand Down Expand Up @@ -12214,7 +12214,7 @@
name = "solid thing"
},
/obj/item/storage/box/beakers/variety,
/obj/item/stock_parts/cell/high,
/obj/item/stock_parts/power_store/cell/high,
/turf/open/floor/iron/dark,
/area/awaymission/black_mesa/science_labs)
"qLg" = (
Expand Down Expand Up @@ -12856,7 +12856,7 @@
/area/awaymission/black_mesa/xen/acid_lake_building)
"rRi" = (
/obj/structure/table,
/obj/item/stock_parts/cell/crystal_cell,
/obj/item/stock_parts/power_store/cell/crystal_cell,
/obj/structure/alien/weeds/xen,
/turf/open/floor/iron/textured,
/area/awaymission/black_mesa/entrance_large_office)
Expand Down Expand Up @@ -12913,7 +12913,7 @@
/obj/item/stack/sheet/glass{
amount = 30
},
/obj/item/stock_parts/cell/high,
/obj/item/stock_parts/power_store/cell/high,
/turf/open/floor/iron/textured_large,
/area/awaymission/black_mesa/black_ops_eng_storage)
"rVo" = (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
inhand_icon_state = "syndicate-orange"
armor_type = /datum/armor/space_hev_suit
allowed = list(/obj/item/gun, /obj/item/ammo_box,/obj/item/ammo_casing, /obj/item/melee/baton, /obj/item/melee/energy/sword, /obj/item/restraints/handcuffs, /obj/item/tank/internals)
cell = /obj/item/stock_parts/cell/hyper
cell = /obj/item/stock_parts/power_store/cell/hyper
slowdown = 0 //I am not gimping doctor freeman
actions_types = list(/datum/action/item_action/hev_toggle, /datum/action/item_action/hev_toggle_notifs, /datum/action/item_action/toggle_spacesuit)
resistance_flags = LAVA_PROOF|FIRE_PROOF|UNACIDABLE|ACID_PROOF|INDESTRUCTIBLE|FREEZE_PROOF
Expand Down Expand Up @@ -785,7 +785,7 @@
armor_type = /datum/armor/hev_suit_pcv
flags_inv = null
allowed = list(/obj/item/gun, /obj/item/ammo_box,/obj/item/ammo_casing, /obj/item/melee/baton, /obj/item/melee/energy/sword, /obj/item/restraints/handcuffs, /obj/item/tank/internals)
cell = /obj/item/stock_parts/cell/super
cell = /obj/item/stock_parts/power_store/cell/super
actions_types = list(/datum/action/item_action/hev_toggle, /datum/action/item_action/hev_toggle_notifs)
resistance_flags = FIRE_PROOF|ACID_PROOF|FREEZE_PROOF
clothing_flags = SNUG_FIT
Expand Down

0 comments on commit 14a8769

Please sign in to comment.