Changes a very special part of the code

This commit is contained in:
Archie
2021-06-22 22:06:59 -03:00
parent e6d9be83b6
commit 6e7f544432
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