grammarfix2 (#50107)

This commit is contained in:
RiskySikh
2020-03-21 10:30:17 -03:00
committed by GitHub
parent 8ea62d1352
commit 3ed253dcf3
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -35,7 +35,7 @@
mood_change = -8
/datum/mood_event/withdrawal_severe/add_effects(drug_name)
description = "<span class='boldwarning'>Oh god I need some [drug_name]</span>\n"
description = "<span class='boldwarning'>Oh god I need some of that [drug_name]</span>\n"
/datum/mood_event/withdrawal_critical
mood_change = -10
@@ -65,12 +65,12 @@
timeout = 3 MINUTES
/datum/mood_event/narcotic_heavy
description = "<span class='nicegreen'>I feel like I'm wrapped in cotton!</span>\n"
description = "<span class='nicegreen'>I feel like I'm wrapped up in cotton!</span>\n"
mood_change = 9
timeout = 3 MINUTES
/datum/mood_event/stimulant_medium
description = "<span class='nicegreen'>I have so much energy and I feel like I could do anything.</span>\n"
description = "<span class='nicegreen'>I have so much energy! I feel like I could do anything!</span>\n"
mood_change = 4
timeout = 3 MINUTES
@@ -100,7 +100,7 @@
mood_change = 2
/datum/mood_event/table_headsmash
description = "<span class='warning'>My fucking head, that hurt...</span>"
description = "<span class='warning'>My fucking head, that hurts...</span>"
mood_change = -3
timeout = 3 MINUTES