mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
515 Compatibility (#19636)
* 515 compat * double spaces * Callback documentation, aa review * spacing * NAMEOF_STATIC * big beta
This commit is contained in:
@@ -51,7 +51,7 @@ GLOBAL_LIST_EMPTY(GPS_list)
|
||||
/obj/item/gps/emp_act(severity)
|
||||
emped = TRUE
|
||||
update_icon(UPDATE_OVERLAYS)
|
||||
addtimer(CALLBACK(src, .proc/reboot), EMP_DISABLE_TIME)
|
||||
addtimer(CALLBACK(src, PROC_REF(reboot)), EMP_DISABLE_TIME)
|
||||
|
||||
/obj/item/gps/AltClick(mob/user)
|
||||
if(ui_status(user, GLOB.inventory_state) != STATUS_INTERACTIVE)
|
||||
|
||||
Reference in New Issue
Block a user