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:
MrMelbert
2021-09-28 15:15:11 -04:00
committed by GitHub
parent 4fc5897fcb
commit a66ef318a0
5 changed files with 5 additions and 8 deletions
+1 -2
View File
@@ -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)]"