Fixes Fox Being A Moron

This commit is contained in:
Fox-McCloud
2017-08-03 00:30:56 -04:00
parent a56be89b76
commit 5443a3f6d3
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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()