Round 1 Bugfixes (#14194)

This commit is contained in:
KingOfThePing
2022-06-04 22:21:47 +02:00
committed by GitHub
parent daf82b9f5e
commit c0499ba4c8
4 changed files with 51 additions and 10 deletions
+2 -2
View File
@@ -16,7 +16,7 @@
idle_power_usage = 2
active_power_usage = 500
//auto-gibs anything that bumps into it
/obj/machinery/gibber/autogibber
var/turf/input_plate
@@ -121,7 +121,7 @@
to_chat(user, SPAN_DANGER("This is not suitable for [src]!"))
return
if(ishuman(victim) && !emagged)
if(ishuman(victim) && !emagged && !victim.isMonkey())
to_chat(user, SPAN_DANGER("[src]'s safety guard is engaged!"))
return