mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 04:28:12 +01:00
Initialize fixing (#17279)
* Initialoize fixing * diff fix * add init grep test * fixed missed ones * . * some more * ,
This commit is contained in:
@@ -8,6 +8,6 @@
|
||||
anchored = TRUE
|
||||
persistent = TRUE
|
||||
|
||||
/obj/effect/decal/cleanable/filth/Initialize()
|
||||
/obj/effect/decal/cleanable/filth/Initialize(mapload)
|
||||
. = ..()
|
||||
alpha = rand(180,220)
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
var/base_icon_state = "nboard0"
|
||||
var/const/max_notices = 5
|
||||
|
||||
/obj/structure/noticeboard/Initialize()
|
||||
/obj/structure/noticeboard/Initialize(mapload)
|
||||
. = ..()
|
||||
|
||||
// Grab any mapped notices.
|
||||
|
||||
Reference in New Issue
Block a user