Merge pull request #14239 from Hatterhat/golem-gps-pass2

well that's what i get for trusting my own code - makes golem GPSes start off, but actually this time
This commit is contained in:
Lin
2021-02-17 17:29:03 -06:00
committed by GitHub
2 changed files with 6 additions and 4 deletions
+2 -1
View File
@@ -8,11 +8,12 @@
slot_flags = ITEM_SLOT_BELT
obj_flags = UNIQUE_RENAME
var/gpstag = "COM0"
var/emp_proof = FALSE
var/starton = TRUE
/obj/item/gps/Initialize()
. = ..()
AddComponent(/datum/component/gps/item, gpstag, starton)
AddComponent(/datum/component/gps/item, gpstag, emp_proof, starton)
/obj/item/gps/science
icon_state = "gps-s"