mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-25 22:28:44 +01:00
[MIRROR] Fear String Lists To Statics (#12364)
Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
This commit is contained in:
co-authored by
Will
parent
9a17dfe46d
commit
e7e68360d2
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user