mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-17 18:13:34 +01:00
fixes SM crystals being able to delete containment fields (#24503)
* adds a check for containtment field * Aylong's review Co-authored-by: Aylong <69762909+AyIong@users.noreply.github.com> --------- Co-authored-by: Aylong <69762909+AyIong@users.noreply.github.com>
This commit is contained in:
@@ -854,7 +854,7 @@
|
||||
user.dust()
|
||||
if(power_changes)
|
||||
matter_power += 200
|
||||
else if(istype(AM, /obj/singularity))
|
||||
else if(istype(AM, /obj/singularity) || istype(AM, /obj/machinery/field/containment))
|
||||
return
|
||||
else if(isobj(AM))
|
||||
if(!iseffect(AM))
|
||||
|
||||
Reference in New Issue
Block a user