merges #3877 proper
This commit is contained in:
@@ -225,7 +225,7 @@ LINEN BINS
|
||||
|
||||
|
||||
/obj/item/bedsheet/random
|
||||
icon_state = "sheetrainbow"
|
||||
icon_state = "random_bedsheet"
|
||||
item_color = "rainbow"
|
||||
name = "random bedsheet"
|
||||
desc = "If you're reading this description ingame, something has gone wrong! Honk!"
|
||||
|
||||
@@ -285,10 +285,13 @@
|
||||
user.remove_alt_appearance("sneaking_mission")
|
||||
|
||||
/obj/item/twohanded/required/kirbyplants/random
|
||||
icon = 'icons/obj/flora/_flora.dmi'
|
||||
icon_state = "random_plant"
|
||||
var/list/static/states
|
||||
|
||||
/obj/item/twohanded/required/kirbyplants/random/Initialize()
|
||||
. = ..()
|
||||
icon = 'icons/obj/flora/plants.dmi'
|
||||
if(!states)
|
||||
generate_states()
|
||||
icon_state = pick(states)
|
||||
|
||||
Reference in New Issue
Block a user