Skip to content

Commit

Permalink
Update code/mob/living/life/Life.dm
Browse files Browse the repository at this point in the history
Co-authored-by: TobleroneSwordfish <[email protected]>
  • Loading branch information
Wisemonster and TobleroneSwordfish authored Jul 28, 2023
1 parent a73efed commit 499cdf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/mob/living/life/Life.dm
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@
//Interdictor's protections for mobs
if (isliving(src) && !isintangible(src))
for_by_tcl(IX, /obj/machinery/interdictor)
var/area/A = src.loc.loc
var/area/area = get_area(src)
if (IX.expend_interdict(6,src,TRUE)) //This protects mobs from radstorms/wormholes/magnetic biofields
src.changeStatus("spatial_protection", 3 SECONDS)
if ((src.loc && isarea(A)) && A.irradiated)
Expand Down

0 comments on commit 499cdf1

Please sign in to comment.