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:
Kashargul
2025-01-02 18:31:38 +01:00
committed by GitHub
parent 16e2f73e22
commit 987be6070d
71 changed files with 333 additions and 320 deletions
+1 -1
View File
@@ -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))