procs
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
/datum/component/mirv/RegisterWithParent()
|
||||
. = ..()
|
||||
if(ismachinery(parent) || isstructure(parent) || isgun(parent)) // turrets, etc
|
||||
RegisterSignal(parent, COMSIG_PROJECTILE_ON_HIT, .proc/projectile_hit)
|
||||
RegisterSignal(parent, COMSIG_PROJECTILE_ON_HIT, PROC_REF(projectile_hit))
|
||||
|
||||
/datum/component/mirv/UnregisterFromParent()
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user