Merge pull request #1317 from ArchieBeepBoop/chasm

Changes a very special part of the code
This commit is contained in:
Dahlular
2021-06-22 23:27:30 -06:00
committed by GitHub
3 changed files with 2 additions and 5 deletions
+2 -5
View File
@@ -117,13 +117,10 @@
L.Stun(200)
L.resting = TRUE
if(L.client && check_rights_for(L.client, R_FUN))
if(prob(50))
playsound(AM, 'hyperstation/sound/misc/yodadeath.ogg', 100, 0)
else
playsound(AM, 'hyperstation/sound/misc/fallingthroughclouds.ogg', 100, 0)
playsound(AM, pick('hyperstation/sound/misc/yodadeath.ogg', 'hyperstation/sound/misc/fallingthroughclouds.ogg', 'hyperstation/sound/misc/goofy.ogg', 'hyperstation/sound/misc/wilhelm.ogg'), 100, 0)
else if(prob(5))
playsound(AM, 'hyperstation/sound/misc/fallingthroughclouds.ogg', 100, 0)
playsound(AM, pick('hyperstation/sound/misc/yodadeath.ogg', 'hyperstation/sound/misc/fallingthroughclouds.ogg', 'hyperstation/sound/misc/goofy.ogg', 'hyperstation/sound/misc/wilhelm.ogg'), 100, 0)
var/oldtransform = AM.transform
var/oldcolor = AM.color