Feeling Around (#10687)

This commit is contained in:
Geeves
2020-12-01 21:41:02 -03:00
committed by GitHub
parent 54c353146f
commit 0d467ca190
2 changed files with 7 additions and 2 deletions
+1 -2
View File
@@ -377,9 +377,8 @@
return
else if(!istype(W,/obj/item/rfd/construction) && !istype(W, /obj/item/reagent_containers))
//At this point we know that they probably wanna hit it.
if(user.a_intent != I_HURT || !W.force)
return attack_hand(user)
return
var/damage_to_deal = W.force
var/weaken = 0
@@ -0,0 +1,6 @@
author: Geeves
delete-after: True
changes:
- rscadd: "Using an item on a wall will no longer cause it to play the feeling around message. If you want to feel for an opening, use an empty hand."