Merge pull request #589 from ArchieBeepBoop/interfacefix2

No ID Insertion, Fire Alarms Fix, ORM Fix, Sleeper Reagent Upgrade, Volume Based Filters, 5x5 SM Fix (THE FIXENING™)
This commit is contained in:
Dahlular
2020-10-13 00:21:59 -06:00
committed by GitHub
39 changed files with 149131 additions and 148787 deletions
@@ -1,10 +0,0 @@
/obj/machinery/firealarm/alt_attack_hand(mob/user)
if(can_interact(usr))
var/area/A = get_area(src)
if(istype(A))
if(A.fire)
reset()
else
alarm()
return TRUE
return FALSE