mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-16 02:17:19 +01:00
Merge pull request #1317 from ArchieBeepBoop/chasm
Changes a very special part of the code
This commit is contained in:
@@ -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
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user