why have I done this

This commit is contained in:
Archie
2021-06-15 21:24:06 -03:00
parent ec4430bc50
commit 2050198045
2 changed files with 7 additions and 1 deletions
+7 -1
View File
@@ -115,7 +115,13 @@
L.notransform = TRUE
L.Stun(200)
L.resting = TRUE
if(prob(5))
if(L.client?.rights & R_FUN)
if(prob(50))
playsound(AM, 'hyperstation/sound/misc/yodadeath.ogg', 100, 0)
else
playsound(AM, 'hyperstation/sound/misc/fallingthroughclouds.ogg', 100, 0)
else if(prob(5))
playsound(AM, 'hyperstation/sound/misc/fallingthroughclouds.ogg', 100, 0)
var/oldtransform = AM.transform
Binary file not shown.