mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 13:38:41 +01:00
Adds an metric ton of belt sprites and suit sprites for worn objects. (#52390)
* Plant Belt sprites are fixed, Engy Sprites too * I did belt sprites until my eyes started hurting
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
icon = 'icons/obj/lighting.dmi'
|
||||
icon_state = "flashlight"
|
||||
inhand_icon_state = "flashlight"
|
||||
worn_icon_state = "flashlight"
|
||||
lefthand_file = 'icons/mob/inhands/misc/devices_lefthand.dmi'
|
||||
righthand_file = 'icons/mob/inhands/misc/devices_righthand.dmi'
|
||||
w_class = WEIGHT_CLASS_SMALL
|
||||
@@ -267,6 +268,7 @@
|
||||
brightness_on = 7 // Pretty bright.
|
||||
icon_state = "flare"
|
||||
inhand_icon_state = "flare"
|
||||
worn_icon_state = "flare"
|
||||
actions_types = list()
|
||||
var/fuel = 0
|
||||
var/on_damage = 7
|
||||
@@ -444,6 +446,7 @@
|
||||
color = LIGHT_COLOR_GREEN
|
||||
icon_state = "glowstick"
|
||||
inhand_icon_state = "glowstick"
|
||||
worn_icon_state = "lightstick"
|
||||
grind_results = list(/datum/reagent/phenol = 15, /datum/reagent/hydrogen = 10, /datum/reagent/oxygen = 5) //Meth-in-a-stick
|
||||
var/fuel = 0
|
||||
|
||||
|
||||
@@ -19,6 +19,7 @@ GLOBAL_LIST_INIT(channel_tokens, list(
|
||||
desc = "An updated, modular intercom that fits over the head. Takes encryption keys."
|
||||
icon_state = "headset"
|
||||
inhand_icon_state = "headset"
|
||||
worn_icon_state = null
|
||||
custom_materials = list(/datum/material/iron=75)
|
||||
subspace_transmission = TRUE
|
||||
canhear_range = 0 // can't hear headsets from very far away
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
name = "station bounced radio"
|
||||
icon_state = "walkietalkie"
|
||||
inhand_icon_state = "walkietalkie"
|
||||
worn_icon_state = "radio"
|
||||
desc = "A basic handheld radio that communicates with local telecommunication networks."
|
||||
dog_fashion = /datum/dog_fashion/back
|
||||
|
||||
|
||||
Reference in New Issue
Block a user