Re-adds room beauty without the negative moodlets (#46848)

* re-add

* epic

* fix

* epic
This commit is contained in:
Qustinnus
2019-10-06 04:47:49 +02:00
committed by moo
parent dd20f0e757
commit 26a95ac867
20 changed files with 152 additions and 3 deletions
+1
View File
@@ -317,6 +317,7 @@
/obj/item/twohanded/required/kirbyplants/Initialize()
. = ..()
AddComponent(/datum/component/tactical)
addtimer(CALLBACK(src, /datum.proc/AddComponent, /datum/component/beauty, 500), 0)
/obj/item/twohanded/required/kirbyplants/random
icon = 'icons/obj/flora/_flora.dmi'
+2 -1
View File
@@ -15,6 +15,7 @@
/obj/structure/statue/Initialize()
. = ..()
AddComponent(art_type, impressiveness)
addtimer(CALLBACK(src, /datum.proc/AddComponent, /datum/component/beauty, impressiveness * 75), 0)
/obj/structure/statue/attackby(obj/item/W, mob/living/user, params)
add_fingerprint(user)
@@ -298,4 +299,4 @@
name = "\improper Karl Marx bust"
desc = "A bust depicting a certain 19th century economist. You get the feeling a specter is haunting the station."
icon_state = "marx"
art_type = /datum/component/art/rev
art_type = /datum/component/art/rev