Fixes the blast doors (#5977)

You can't open or close blast doors by clicking them with an empty hand anymore.
This commit is contained in:
Alberyk
2019-01-26 09:59:28 -02:00
committed by Erki
parent 54a0afaac8
commit 81489164bd
2 changed files with 8 additions and 0 deletions

View File

@@ -191,6 +191,8 @@
INVOKE_ASYNC(src, /obj/machinery/door/blast/.proc/force_open)
securitylock = 0
/obj/machinery/door/blast/attack_hand(mob/user as mob)
return
// SUBTYPE: Regular
// Your classical blast door, found almost everywhere.

View File

@@ -0,0 +1,6 @@
author: Alberyk
delete-after: True
changes:
- bugfix: "Fixed being able to open blastdoors by clicking them with an empty hand."