Skip to content

Commit

Permalink
Update stomach.dm (#21048)
Browse files Browse the repository at this point in the history
  • Loading branch information
SapphicOverload authored Dec 6, 2023
1 parent 810dc53 commit e759d73
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/modules/surgery/organs/stomach.dm
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,9 @@
owner.adjust_nutrition(shock_damage * siemens_coeff)
to_chat(owner, span_notice("You absorb some of the shock into your body!"))

/obj/item/organ/stomach/cell/ethereal/emp_act(severity)
return // it's organic

/obj/item/organ/stomach/cursed
name = "cursed stomach"
icon_state = "stomach-cursed"
Expand Down

0 comments on commit e759d73

Please sign in to comment.