Fixes neglected fern cell ine amounts + reverts undocumented crate spawner change that removed my brand new fern from the game. (#61671)

This commit is contained in:
Krysonism
2021-09-24 18:34:58 -07:00
committed by GitHub
parent b00b2c0d5d
commit 2fa44b8eea
2 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -400,7 +400,7 @@
/obj/item/kirbyplants/fern/Initialize()
. = ..()
AddElement(/datum/element/swabable, CELL_LINE_TABLE_ALGAE, CELL_VIRUS_TABLE_GENERIC, 1, 5)
AddElement(/datum/element/swabable, CELL_LINE_TABLE_ALGAE, CELL_VIRUS_TABLE_GENERIC, rand(2,4), 5)
//a rock is flora according to where the icon file is
//and now these defines