mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 23:23:28 +01:00
flips now have a chance to fail!
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)
|
||||
src.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