mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-21 04:48:36 +01:00
it compiles, that's better than it not compiling, right?
This commit is contained in:
@@ -16,8 +16,8 @@
|
||||
stack_trace("ARCHAEOLOGY WARNING: [parent] contained a null probability value in [i].")
|
||||
callback = _callback
|
||||
RegisterSignal(parent, COMSIG_PARENT_ATTACKBY,.proc/Dig)
|
||||
RegisterSignal(parent, COMSIG_ATOM_EX_ACT, .proc/BombDig)
|
||||
RegisterSignal(parent, COMSIG_ATOM_SING_PULL, .proc/SingDig)
|
||||
RegisterSignal(parent, COMSIG_ATOM_EX_ACT,PROC_REF(BombDig))
|
||||
RegisterSignal(parent, COMSIG_ATOM_SING_PULL,PROC_REF(SingDig))
|
||||
|
||||
/datum/component/archaeology/InheritComponent(datum/component/archaeology/A, i_am_original)
|
||||
var/list/other_archdrops = A.archdrops
|
||||
|
||||
Reference in New Issue
Block a user