mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Fixes missing icons for xenoarchaeology items EXCEPT for the energy guns.
This commit is contained in:
@@ -146,6 +146,7 @@
|
|||||||
"You wonder what the creator's mouth was shaped like")]."
|
"You wonder what the creator's mouth was shaped like")]."
|
||||||
if(4)
|
if(4)
|
||||||
name = "statuette"
|
name = "statuette"
|
||||||
|
icon = 'icons/obj/xenoarchaeology.dmi'
|
||||||
item_type = "statuette"
|
item_type = "statuette"
|
||||||
icon_state = "statuette"
|
icon_state = "statuette"
|
||||||
additional_desc = "It depicts a [pick("small","ferocious","wild","pleasing","hulking")] \
|
additional_desc = "It depicts a [pick("small","ferocious","wild","pleasing","hulking")] \
|
||||||
@@ -154,6 +155,8 @@
|
|||||||
if(prob(25))
|
if(prob(25))
|
||||||
new_item = new /obj/item/weapon/vampiric(src.loc)
|
new_item = new /obj/item/weapon/vampiric(src.loc)
|
||||||
if(5)
|
if(5)
|
||||||
|
name = "instrument"
|
||||||
|
icon = 'icons/obj/xenoarchaeology.dmi'
|
||||||
item_type = "instrument"
|
item_type = "instrument"
|
||||||
icon_state = "instrument"
|
icon_state = "instrument"
|
||||||
if(prob(30))
|
if(prob(30))
|
||||||
@@ -256,17 +259,17 @@
|
|||||||
if(16)
|
if(16)
|
||||||
apply_prefix = 0
|
apply_prefix = 0
|
||||||
if(prob(25))
|
if(prob(25))
|
||||||
|
icon = 'icons/obj/xenoarchaeology.dmi'
|
||||||
item_type = "smooth green crystal"
|
item_type = "smooth green crystal"
|
||||||
icon_state = "Green lump"
|
icon_state = "Green lump"
|
||||||
else if(prob(33))
|
else if(prob(33))
|
||||||
|
icon = 'icons/obj/xenoarchaeology.dmi'
|
||||||
item_type = "irregular purple crystal"
|
item_type = "irregular purple crystal"
|
||||||
icon_state = "Phazon"
|
icon_state = "Phazon"
|
||||||
else if(prob(50))
|
else
|
||||||
|
icon = 'icons/obj/xenoarchaeology.dmi'
|
||||||
item_type = "rough red crystal"
|
item_type = "rough red crystal"
|
||||||
icon_state = "changerock"
|
icon_state = "changerock"
|
||||||
else
|
|
||||||
item_type = "smooth red crystal"
|
|
||||||
icon_state = "ore"
|
|
||||||
additional_desc = pick("It shines faintly as it catches the light.","It appears to have a faint inner glow.","It seems to draw you inward as you look it at.","Something twinkles faintly as you look at it.","It's mesmerizing to behold.")
|
additional_desc = pick("It shines faintly as it catches the light.","It appears to have a faint inner glow.","It seems to draw you inward as you look it at.","Something twinkles faintly as you look at it.","It's mesmerizing to behold.")
|
||||||
|
|
||||||
apply_material_decorations = 0
|
apply_material_decorations = 0
|
||||||
@@ -285,8 +288,8 @@
|
|||||||
if(18)
|
if(18)
|
||||||
new_item = new /obj/item/device/radio/beacon(src.loc)
|
new_item = new /obj/item/device/radio/beacon(src.loc)
|
||||||
talkative = 0
|
talkative = 0
|
||||||
new_item.icon_state = "unknown[rand(1,4)]"
|
|
||||||
new_item.icon = 'icons/obj/xenoarchaeology.dmi'
|
new_item.icon = 'icons/obj/xenoarchaeology.dmi'
|
||||||
|
new_item.icon_state = "unknown[rand(1,4)]"
|
||||||
new_item.desc = ""
|
new_item.desc = ""
|
||||||
if(19)
|
if(19)
|
||||||
apply_prefix = 0
|
apply_prefix = 0
|
||||||
@@ -451,7 +454,7 @@
|
|||||||
//robot remains
|
//robot remains
|
||||||
apply_prefix = 0
|
apply_prefix = 0
|
||||||
item_type = "[pick("mechanical","robotic","cyborg")] [pick("remains","chassis","debris")]"
|
item_type = "[pick("mechanical","robotic","cyborg")] [pick("remains","chassis","debris")]"
|
||||||
icon = 'icons/effects/blood.dmi'
|
icon = 'icons/mob/robots.dmi'
|
||||||
icon_state = "remainsrobot"
|
icon_state = "remainsrobot"
|
||||||
additional_desc = pick("Almost mistakeable for the remains of a modern cyborg.",\
|
additional_desc = pick("Almost mistakeable for the remains of a modern cyborg.",\
|
||||||
"They are barely recognisable as anything other than a pile of waste metals.",\
|
"They are barely recognisable as anything other than a pile of waste metals.",\
|
||||||
|
|||||||
Reference in New Issue
Block a user