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-28 20:31:33 -03:00
committed by Erki
parent 37ce8ff32c
commit 0b2ea5f78a
9 changed files with 16 additions and 11 deletions
+1 -1
View File
@@ -208,7 +208,7 @@
/turf/simulated/open/attack_hand(var/mob/user)
if(ishuman(user))
if(ishuman(user) && user.a_intent == I_GRAB)
var/mob/living/carbon/human/H = user
var/turf/climbing_wall = GetBelow(H)
var/climb_bonus = 0