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"

View File

@@ -78,5 +78,6 @@
name = "red striped bobble hat"
desc = "If you're going on a worldwide hike, you'll need some cold protection."
icon_state = "waldo_hat"
item_state = "waldo_hat"
//No dog fashion sprites yet :( poor Ian can't be dope like the rest of us yet