mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 03:57:48 +01:00
cleans up INIT (#17130)
Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com>
This commit is contained in:
@@ -108,7 +108,7 @@
|
||||
drop_sound = 'sound/items/drop/device.ogg' //not organic bones, so they get different sounds
|
||||
pickup_sound = 'sound/items/pickup/device.ogg'
|
||||
|
||||
/obj/item/digestion_remains/Initialize(var/mapload, var/mob/living/pred)
|
||||
/obj/item/digestion_remains/Initialize(mapload, var/mob/living/pred)
|
||||
. = ..()
|
||||
if(!mapload)
|
||||
pred_ckey = pred?.ckey
|
||||
|
||||
Reference in New Issue
Block a user