mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 08:37:43 +01:00
Corrects mapload args that sprug up in the past few days (#61759)
See #61623 . These were either merged after the prior PR, coded before the prior PR, or were made in between and not updated.
This commit is contained in:
@@ -398,7 +398,7 @@
|
||||
icon_state = "fern"
|
||||
trimmable = FALSE
|
||||
|
||||
/obj/item/kirbyplants/fern/Initialize()
|
||||
/obj/item/kirbyplants/fern/Initialize(mapload)
|
||||
. = ..()
|
||||
AddElement(/datum/element/swabable, CELL_LINE_TABLE_ALGAE, CELL_VIRUS_TABLE_GENERIC, rand(2,4), 5)
|
||||
|
||||
@@ -502,4 +502,3 @@
|
||||
/obj/structure/flora/rock/pile/largejungle/Initialize(mapload)
|
||||
. = ..()
|
||||
icon_state = "[initial(icon_state)][rand(1,3)]"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user