mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-14 01:24:21 +01:00
Properly adds a drill sergeant hat to the warden's locker (#42533)
* does the thing - please work * adds it to the locker * remove var/datum Co-Authored-By: VileBeggar <edmir995@gmail.com> * Update code/modules/clothing/head/jobs.dm adds space Co-Authored-By: VileBeggar <edmir995@gmail.com> * adds denton's review suggestion it's a webedit but i tested it and it worked * makes it a bit less annoying * grammar fix
This commit is contained in:
@@ -219,3 +219,16 @@
|
||||
..()
|
||||
owner.grant_language(/datum/language/common)
|
||||
owner.remove_language(/datum/language/beachbum)
|
||||
|
||||
/datum/mutation/human/yelling
|
||||
name = "Yelling"
|
||||
desc = "A mutation that forces the host to constantly yell their sentences out."
|
||||
quality = MINOR_NEGATIVE
|
||||
locked = TRUE
|
||||
text_gain_indication = "<span class='danger'>You feel really angry.</span>"
|
||||
text_lose_indication = "<span class='notice'>You feel calmer.</span>"
|
||||
|
||||
/datum/mutation/human/yelling/say_mod(message)
|
||||
if(message)
|
||||
message = "[uppertext(replacetext(message, ".", "!"))]!"
|
||||
return (message)
|
||||
|
||||
Reference in New Issue
Block a user