mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 23:27:34 +01:00
Fixes #6615
All instances of "Your clothes feel warm" have been given a full stop. Couldn't actually confirm in testing due to never getting the warm clothes message, but I don't see why it wouldn't work.
This commit is contained in:
@@ -321,7 +321,7 @@ var/const/GRAV_NEEDS_WRENCH = 3
|
||||
playsound(src.loc, 'sound/effects/EMPulse.ogg', 100, 1)
|
||||
|
||||
updateDialog()
|
||||
if(prob(25)) // To help stop "Your clothes feel warm" spam.
|
||||
if(prob(25)) // To help stop "Your clothes feel warm." spam.
|
||||
pulse_radiation()
|
||||
|
||||
var/overlay_state = null
|
||||
|
||||
Reference in New Issue
Block a user