Merge pull request #10420 from Kearel/sbike

[Feature] Space Bikes!
This commit is contained in:
Zuhayr
2015-09-07 13:58:25 +09:30
5 changed files with 150 additions and 2 deletions
+3
View File
@@ -11,6 +11,9 @@ mob/proc/airflow_stun()
if(!(status_flags & CANSTUN) && !(status_flags & CANWEAKEN))
src << "<span class='notice'>You stay upright as the air rushes past you.</span>"
return 0
if(buckled)
src << "<span class='notice'>Air suddenly rushes past you!</span>"
return 0
if(!lying)
src << "<span class='warning'>The sudden rush of air knocks you over!</span>"
Weaken(5)