mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-11 16:14:08 +01:00
fixes traps not checking for antimagic (#40382)
* fixes traps not checking for antimagic 🆑 fix: traps check for antimagic /🆑 should work * will this blend * e
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
return
|
||||
if(ismob(AM))
|
||||
var/mob/M = AM
|
||||
if(M.mind in immune_minds)
|
||||
if(M.mind in immune_minds || M.anti_magic_check())
|
||||
return
|
||||
if(charges <= 0)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user