mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Collapsed all organs into one object type. Added more interesting amputation. Added dislocation. WIP.
This commit is contained in:
@@ -120,7 +120,7 @@ obj/var/contaminated = 0
|
||||
if(!species.has_organ["eyes"])
|
||||
return
|
||||
|
||||
var/datum/organ/internal/eyes/E = internal_organs_by_name["eyes"]
|
||||
var/obj/item/organ/eyes/E = internal_organs_by_name["eyes"]
|
||||
if(E)
|
||||
if(prob(20)) src << "\red Your eyes burn!"
|
||||
E.damage += 2.5
|
||||
|
||||
Reference in New Issue
Block a user