Skip to content

Commit

Permalink
just a few more
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkSuckerberg committed Jul 22, 2023
1 parent a46deda commit b673d4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _maps/RandomRuins/SpaceRuins/hellfactory.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"ak" = (
/obj/machinery/atmospherics/components/unary/tank/oxygen{
dir = 8;
gas_type = /datum/gas/water_vapor;
gas_type = "water_vapor";
initialize_directions = 8
},
/turf/open/floor/plasteel/grimy,
Expand Down
4 changes: 1 addition & 3 deletions code/game/objects/items/wayfinding.dm
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@
icon_state = "pinpointer_way"
resistance_flags = NONE
var/owner = null
var/list/beacons = list()
var/roundstart = FALSE

/obj/item/pinpointer/wayfinding/attack_self(mob/living/user)
Expand All @@ -138,8 +137,7 @@
if (!owner)
owner = user.real_name

if(beacons.len)
beacons.Cut()
var/list/beacons = list()
for(var/obj/machinery/navbeacon/B in GLOB.wayfindingbeacons)
beacons[B.codes["wayfinding"]] = B

Expand Down

0 comments on commit b673d4b

Please sign in to comment.