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:
@@ -187,7 +187,7 @@
|
||||
src.machine = O
|
||||
if(istype(O))
|
||||
O.in_use = TRUE
|
||||
RegisterSignal(O, COMSIG_PARENT_QDELETING, .proc/unset_machine)
|
||||
RegisterSignal(O, COMSIG_PARENT_QDELETING, PROC_REF(unset_machine))
|
||||
|
||||
/obj/item/proc/updateSelfDialog()
|
||||
var/mob/M = src.loc
|
||||
|
||||
Reference in New Issue
Block a user