Skip to content

Commit

Permalink
pumps
Browse files Browse the repository at this point in the history
  • Loading branch information
spartanbobby committed Sep 25, 2023
1 parent 952f65d commit 53428e1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions code/modules/cm_tech/resources/resource.dm
Original file line number Diff line number Diff line change
Expand Up @@ -177,3 +177,9 @@
SPAN_XENONOTICE("You connect [src] to the hive."), max_distance = 3)

return XENO_NO_DELAY_ACTION

/obj/structure/prop/resource_node
name = "\improper fuel pump"
desc = "Generates vast amounts of fuel. Required to be active to fuel the USS Almayers lifeboats"
icon = 'icons/obj/structures/resources_64x64.dmi'
icon_state = "node_off"
8 changes: 4 additions & 4 deletions maps/map_files/USS_Almayer/USS_Almayer.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -14662,7 +14662,7 @@
/turf/open/floor/almayer,
/area/almayer/shipboard/starboard_missiles)
"bbX" = (
/obj/structure/resource_node,
/obj/structure/prop/resource_node,
/obj/effect/decal/cleanable/blood/oil,
/turf/open/floor/almayer{
icon_state = "mono"
Expand Down Expand Up @@ -18283,7 +18283,7 @@
/turf/open/floor/wood/ship,
/area/almayer/command/corporateliason)
"bvd" = (
/obj/structure/resource_node,
/obj/structure/prop/resource_node,
/turf/open/floor/almayer{
icon_state = "mono"
},
Expand Down Expand Up @@ -39281,7 +39281,7 @@
},
/area/almayer/command/cichallway)
"haM" = (
/obj/structure/resource_node,
/obj/structure/prop/resource_node,
/obj/effect/decal/cleanable/blood/oil,
/turf/open/floor/almayer{
icon_state = "mono"
Expand Down Expand Up @@ -63563,7 +63563,7 @@
},
/area/almayer/command/cichallway)
"rBH" = (
/obj/structure/resource_node,
/obj/structure/prop/resource_node,
/turf/open/floor/almayer{
icon_state = "mono"
},
Expand Down

0 comments on commit 53428e1

Please sign in to comment.