July update: vaurca and mining fixes (#5047)

-fixes #5046
-fixes #5037
-fixes #5036
-changes that you can only climb walls by being in the grab intent, to avoid falls by accident when clicking a wall
-changes the cooldown of the warform at bygone's request
This commit is contained in:
Alberyk
2018-07-29 02:31:33 +03:00
committed by Erki
parent 37ce8ff32c
commit 0b2ea5f78a
9 changed files with 16 additions and 11 deletions
@@ -580,7 +580,7 @@
to_chat(src, "<span class='danger'>You cannot charge in your current state!</span>")
return
last_special = world.time + 200
last_special = world.time + 100
src.visible_message("<span class='warning'>\The [src] takes a step backwards and rears up.</span>",
"<span class='notice'>You take a step backwards and then...</span>")
@@ -673,7 +673,7 @@
to_chat(src, "<span class='danger'>You cannot screech in your current state!</span>")
return
last_special = world.time + 200
last_special = world.time + 100
visible_message("<span class='danger'>[src.name] lets out an ear piercing shriek!</span>",
"<span class='danger'>You let out an ear-shattering shriek!</span>",
@@ -720,7 +720,7 @@
to_chat(src,"<span class='notice'>You cannot spray napalm in your current state.</span>")
return
last_special = world.time + 200
last_special = world.time + 100
playsound(loc, 'sound/species/shadow/grue_screech.ogg', 100, 1)
visible_message("<span class='danger'>\The [src] unleashes a torrent of raging flame!</span>",
"<span class='danger'>You unleash a gust of fire!</span>",