mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-14 00:26:02 +01:00
Merge branch 'master' into reagentToDefines
This commit is contained in:
@@ -9,12 +9,9 @@
|
||||
/mob/living/carbon/human/proc/appendicitis()
|
||||
if(stat == DEAD)
|
||||
return 0
|
||||
var/obj/item/organ/internal/appendix/A = internal_organs_by_name[O_APPENDIX]
|
||||
if(istype(A) && !A.inflamed)
|
||||
A.inflamed = 1
|
||||
return 1
|
||||
ForceContractDisease(new /datum/disease/appendicitis)
|
||||
return 0
|
||||
|
||||
/*
|
||||
/obj/item/organ/internal/appendix/process()
|
||||
..()
|
||||
|
||||
@@ -47,7 +44,7 @@
|
||||
owner.adjustToxLoss(25)
|
||||
groin.wounds += W
|
||||
inflamed = 1
|
||||
|
||||
*/
|
||||
/obj/item/organ/internal/appendix/removed()
|
||||
if(inflamed)
|
||||
icon_state = "[initial(icon_state)]inflamed"
|
||||
|
||||
Reference in New Issue
Block a user