Merge pull request #212 from Alphas00/master

Fat mask null fix
This commit is contained in:
evilew
2024-06-29 13:50:51 +02:00
committed by GitHub
+4 -1
View File
@@ -17,7 +17,10 @@
return PROCESS_KILL
/obj/item/clothing/mask/gas/fattening/process()
C.adjust_fatness(5, FATTENING_TYPE_ITEM)
if(C != null)
C.adjust_fatness(5, FATTENING_TYPE_ITEM)
else
return PROCESS_KILL
/datum/crafting_recipe/fat_mask
name = "Drone Mask"