mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
Cytology content expansion: Jungle mobs. (#61414)
Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
This commit is contained in:
@@ -392,6 +392,16 @@
|
||||
icon_state = "potty"
|
||||
trimmable = FALSE
|
||||
|
||||
/obj/item/kirbyplants/fern
|
||||
name = "neglected fern"
|
||||
desc = "An old botanical research sample collected on a long forgotten jungle planet."
|
||||
icon_state = "fern"
|
||||
trimmable = FALSE
|
||||
|
||||
/obj/item/kirbyplants/fern/Initialize()
|
||||
. = ..()
|
||||
AddElement(/datum/element/swabable, CELL_LINE_TABLE_ALGAE, CELL_VIRUS_TABLE_GENERIC, 1, 5)
|
||||
|
||||
//a rock is flora according to where the icon file is
|
||||
//and now these defines
|
||||
|
||||
|
||||
Reference in New Issue
Block a user