mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
[MIRROR] Cytology content expansion: Jungle mobs. (#8335)
* Cytology content expansion: Jungle mobs. * Update research.dm * E * Update frog.dm Co-authored-by: Krysonism <49783092+Krysonism@users.noreply.github.com> Co-authored-by: Gandalf <jzo123@hotmail.com>
This commit is contained in:
co-authored by
Krysonism
Gandalf
parent
52a2d87399
commit
da3076fa46
@@ -397,6 +397,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