mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-16 09:34:21 +01:00
Fixes Fox Being A Moron
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
var/uses // -1 For inifinite
|
||||
var/human_only = 0
|
||||
var/active = 0
|
||||
tough = 1 //not easily broken by combat damage
|
||||
sterile = 1 //not very germy
|
||||
tough = TRUE //not easily broken by combat damage
|
||||
sterile = TRUE //not very germy
|
||||
|
||||
/obj/item/organ/internal/heart/gland/proc/ownerCheck()
|
||||
if(ishuman(owner))
|
||||
|
||||
@@ -30,7 +30,7 @@ var/list/organ_cache = list()
|
||||
var/is_in_freezer = 0
|
||||
|
||||
var/sterile = FALSE //can the organ be infected by germs?
|
||||
var/tough = TRUE //can organ be easily damaged?
|
||||
var/tough = FALSE //can organ be easily damaged?
|
||||
|
||||
|
||||
/obj/item/organ/Destroy()
|
||||
|
||||
Reference in New Issue
Block a user