Merge pull request #14573 from TDSSS/golem-fix

Gives golem shuttle always a valid destination
This commit is contained in:
AffectedArc07
2020-10-11 10:05:09 +01:00
committed by GitHub
4 changed files with 993 additions and 2 deletions
+1 -1
View File
@@ -930,7 +930,7 @@
desc = "Used to control the Golem Ship."
circuit = /obj/item/circuitboard/shuttle/golem_ship
shuttleId = "freegolem"
possible_destinations = "freegolem_lavaland;freegolem_z5;freegolem_z6"
possible_destinations = "freegolem_lavaland;freegolem_space;freegolem_ussp"
/obj/machinery/computer/shuttle/golem_ship/attack_hand(mob/user)
if(!isgolem(user) && !isobserver(user))