some fixes
This commit is contained in:
@@ -48,7 +48,8 @@
|
|||||||
no_drops += H.get_item_by_slot(ITEM_SLOT_EYES)
|
no_drops += H.get_item_by_slot(ITEM_SLOT_EYES)
|
||||||
for(var/i in no_drops)
|
for(var/i in no_drops)
|
||||||
var/obj/item/I = i
|
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
|
/datum/outfit/synthetic
|
||||||
name = "Factory Error Synth"
|
name = "Factory Error Synth"
|
||||||
|
|||||||
@@ -78,5 +78,6 @@
|
|||||||
name = "red striped bobble hat"
|
name = "red striped bobble hat"
|
||||||
desc = "If you're going on a worldwide hike, you'll need some cold protection."
|
desc = "If you're going on a worldwide hike, you'll need some cold protection."
|
||||||
icon_state = "waldo_hat"
|
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
|
//No dog fashion sprites yet :( poor Ian can't be dope like the rest of us yet
|
||||||
Reference in New Issue
Block a user