mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-16 01:23:41 +01:00
Merge pull request #8001 from Birdtalon/flipping-heck
Flips have a chance to fail! How embarrassing...
This commit is contained in:
@@ -324,8 +324,14 @@
|
||||
G.affecting.forceMove(oldloc)
|
||||
message = "<B>[src]</B> flips over [G.affecting]!"
|
||||
else
|
||||
message = "<B>[src]</B> does a flip!"
|
||||
SpinAnimation(5,1)
|
||||
if(prob(5))
|
||||
message = "<B>[src]</B> attempts a flip and crashes to the floor!"
|
||||
SpinAnimation(5,1)
|
||||
sleep(3)
|
||||
Weaken(2)
|
||||
else
|
||||
message = "<B>[src]</B> does a flip!"
|
||||
SpinAnimation(5,1)
|
||||
|
||||
if("aflap", "aflaps")
|
||||
if(!restrained())
|
||||
|
||||
Reference in New Issue
Block a user