Skip to content

Commit

Permalink
Update flora.dm (#10250)
Browse files Browse the repository at this point in the history
  • Loading branch information
boodaliboo committed Nov 1, 2020
1 parent 5519586 commit aa2b49f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions code/game/objects/structures/flora.dm
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,14 @@
light_color = "#2cb2e8"
light_range = 3

/obj/item/twohanded/required/kirbyplants/Initialize()
. = ..()
AddComponent(/datum/component/storage/concrete/kirbyplants)

/datum/component/storage/concrete/kirbyplants
max_items = 1
max_w_class = WEIGHT_CLASS_NORMAL


//a rock is flora according to where the icon file is
//and now these defines
Expand Down Expand Up @@ -455,3 +463,5 @@
/obj/structure/flora/rock/pile/largejungle/Initialize()
. = ..()
icon_state = "[initial(icon_state)][rand(1,3)]"


0 comments on commit aa2b49f

Please sign in to comment.