mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-19 02:50:08 +01:00
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:
@@ -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>",
|
||||
|
||||
Reference in New Issue
Block a user