mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-11 16:14:08 +01:00
Re-adds room beauty without the negative moodlets (#46848)
* re-add * epic * fix * epic
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user