some fixes

This commit is contained in:
Timothy Teakettle
2020-06-15 21:30:14 +01:00
parent 8d0ac2b5fd
commit 3811fcbcf1
2 changed files with 3 additions and 1 deletions

View File

@@ -48,7 +48,8 @@
no_drops += H.get_item_by_slot(ITEM_SLOT_EYES)
for(var/i in no_drops)
var/obj/item/I = i
ADD_TRAIT(I, TRAIT_NODROP, CURSED_ITEM_TRAIT)
if(I)
ADD_TRAIT(I, TRAIT_NODROP, CURSED_ITEM_TRAIT)
/datum/outfit/synthetic
name = "Factory Error Synth"