mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
Merge pull request #10859 from VOREStation/Arokha/iconfixes
Random item missing sprites
This commit is contained in:
committed by
Chompstation Bot
parent
23e39aa550
commit
d87b3c84e5
@@ -71,8 +71,8 @@
|
|||||||
/obj/random/powercell
|
/obj/random/powercell
|
||||||
name = "random powercell"
|
name = "random powercell"
|
||||||
desc = "This is a random powercell."
|
desc = "This is a random powercell."
|
||||||
icon = 'icons/obj/power.dmi'
|
icon = 'icons/obj/power_cells.dmi'
|
||||||
icon_state = "cell"
|
icon_state = "random"
|
||||||
|
|
||||||
/obj/random/powercell/item_to_spawn()
|
/obj/random/powercell/item_to_spawn()
|
||||||
return pick(prob(40);/obj/item/weapon/cell,
|
return pick(prob(40);/obj/item/weapon/cell,
|
||||||
@@ -133,8 +133,8 @@
|
|||||||
/obj/random/tech_supply
|
/obj/random/tech_supply
|
||||||
name = "random tech supply"
|
name = "random tech supply"
|
||||||
desc = "This is a random piece of technology supplies."
|
desc = "This is a random piece of technology supplies."
|
||||||
icon = 'icons/obj/power.dmi'
|
icon = 'icons/obj/power_cells.dmi'
|
||||||
icon_state = "cell"
|
icon_state = "random"
|
||||||
spawn_nothing_percentage = 25
|
spawn_nothing_percentage = 25
|
||||||
|
|
||||||
/obj/random/tech_supply/item_to_spawn()
|
/obj/random/tech_supply/item_to_spawn()
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Reference in New Issue
Block a user