mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 03:57:48 +01:00
bunch of inits without return and a few easy new to init (#16815)
* bunch of inits withou return * Update cans.dm * bunch of New to Init * fix that * . * . * move black hole to init and callbacks * . * oups, should not do that late at night * some more without returns
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/turf/simulated/wall/diona/Initialize(mapload)
|
||||
..(mapload, MAT_BIOMASS)
|
||||
. = ..(mapload, MAT_BIOMASS)
|
||||
|
||||
/turf/simulated/wall/diona/attack_generic(var/mob/user, var/damage, var/attack_message)
|
||||
if(istype(user, /mob/living/carbon/alien/diona))
|
||||
|
||||
Reference in New Issue
Block a user