[PORT] Examine Block (#15267)

* bo

* e

* okay gaming

* whiios

* wona
This commit is contained in:
Bop
2022-08-15 00:37:39 +07:00
committed by GitHub
parent ab0a730d15
commit db04f95cb7
25 changed files with 210 additions and 168 deletions

View File

@@ -35,7 +35,7 @@
return ..()
/datum/component/mood/proc/print_mood(mob/user)
var/msg = "<span class='info'>*---------*\n<EM>Your current mood</EM>\n"
var/msg = "[span_info("<EM>Your Current Mood:</EM>")]\n"
msg += span_notice("My mental status: ") //Long term
switch(sanity)
if(SANITY_GREAT to INFINITY)
@@ -79,7 +79,7 @@
msg += event.description
else
msg += "<span class='nicegreen'>I don't have much of a reaction to anything right now.<span>\n"
to_chat(user || parent, msg)
to_chat(user || parent, examine_block(msg))
/datum/component/mood/proc/update_mood() //Called whenever a mood event is added or removed
mood = 0