mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Because we HAVE to define Del() three times
/obj/item/device/gps/Del() GPS_list.Remove(src) ..() /obj/item/device/gps/Del() GPS_list.Remove(src) ..() /obj/item/device/gps/Del() GPS_list.Remove(src) ..()
This commit is contained in:
@@ -19,14 +19,6 @@ var/list/GPS_list = list()
|
||||
/obj/item/device/gps/Del()
|
||||
GPS_list.Remove(src)
|
||||
..()
|
||||
/obj/item/device/gps/Del()
|
||||
GPS_list.Remove(src)
|
||||
..()
|
||||
|
||||
/obj/item/device/gps/Del()
|
||||
GPS_list.Remove(src)
|
||||
..()
|
||||
|
||||
/obj/item/device/gps/emp_act(severity)
|
||||
emped = 1
|
||||
overlays -= "working"
|
||||
@@ -75,4 +67,4 @@ var/list/GPS_list = list()
|
||||
|
||||
/obj/item/device/gps/engineering
|
||||
icon_state = "gps-e"
|
||||
gpstag = "ENG0"
|
||||
gpstag = "ENG0"
|
||||
|
||||
Reference in New Issue
Block a user