Skip to content

Commit

Permalink
This seems bad (#22631)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjamcham authored Sep 30, 2023
1 parent f8d195f commit 26bc079
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/power/engines/supermatter/supermatter.dm
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,8 @@

/obj/machinery/atmospherics/supermatter_crystal/Bump(atom/A, yes)
..()
Bumped(A)
if(!istype(A, /obj/machinery/atmospherics/supermatter_crystal))
Bumped(A)

/obj/machinery/atmospherics/supermatter_crystal/proc/Consume(atom/movable/AM)
if(isliving(AM))
Expand Down

0 comments on commit 26bc079

Please sign in to comment.