mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
[MIRROR] every case of initialize that should have mapload, does (#8374)
* every case of initialize that should have mapload, does * E Co-authored-by: tralezab <40974010+tralezab@users.noreply.github.com> Co-authored-by: Gandalf <jzo123@hotmail.com>
This commit is contained in:
co-authored by
tralezab
Gandalf
parent
766de7cf42
commit
c23bd1cb8c
@@ -6,7 +6,7 @@
|
||||
zone = BODY_ZONE_HEAD
|
||||
w_class = WEIGHT_CLASS_TINY
|
||||
|
||||
/obj/item/organ/cyberimp/bci/Initialize()
|
||||
/obj/item/organ/cyberimp/bci/Initialize(mapload)
|
||||
. = ..()
|
||||
|
||||
var/obj/item/integrated_circuit/circuit = new(src)
|
||||
@@ -335,7 +335,7 @@
|
||||
|
||||
COOLDOWN_DECLARE(message_cooldown)
|
||||
|
||||
/obj/machinery/bci_implanter/Initialize()
|
||||
/obj/machinery/bci_implanter/Initialize(mapload)
|
||||
. = ..()
|
||||
occupant_typecache = typecacheof(/mob/living/carbon)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user