[MIRROR] Fear String Lists To Statics (#12364)

Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-02-05 01:11:32 +01:00
committed by GitHub
co-authored by Will
parent 9a17dfe46d
commit e7e68360d2
+2 -2
View File
@@ -86,7 +86,7 @@
var/fear = 0 //For fear effects and phobias
var/last_fear_sound = 0 //For making sure the heartbeats don't play over each other
var/list/fear_message_self = list(
var/static/list/fear_message_self = list(
"Your heart is racing, it feels like it's going burst from your chest.",
"Your stomach clenches and churns with anxiety.",
"It's getting hard to breathe, you're panting heavily.",
@@ -97,7 +97,7 @@
"Your legs feel weak, you can barely control them.",
"You have difficulty even swallowing."
)
var/list/fear_message_other = list(
var/static/list/fear_message_other = list(
"'s eyes are darting around the room rapidly.",
" looks like they are shivering, literally shaking.",
" is breathing rapidly.",