Fixes geiger counters on engiborgs (#35423)

* a commit

* Update geiger_counter.dm
This commit is contained in:
vuonojenmustaturska
2018-02-08 19:21:06 +02:00
committed by Jordan Brown
parent 6b90cc824a
commit 1c8e450f15
4 changed files with 19 additions and 5 deletions

View File

@@ -95,7 +95,7 @@
if(!istype(proc_or_callback, /datum/callback)) //if it wasnt a callback before, it is now
proc_or_callback = CALLBACK(src, proc_or_callback)
procs[sig_type] = proc_or_callback
enabled = TRUE
/datum/component/proc/InheritComponent(datum/component/C, i_am_original)
@@ -180,7 +180,7 @@
var/datum/component/old_comp
var/datum/component/new_comp
if(ispath(nt))
if(nt == /datum/component)
CRASH("[nt] attempted instantiation!")