mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 21:12:24 +01:00
IPC Xenowear (#5691)
Big McThankies to Kyres McSpankies for the sprites. All of them are cosmetic except the headlights, which are basically a slightly better penlight.
This commit is contained in:
@@ -332,3 +332,15 @@
|
||||
light_color = LIGHT_COLOR_YELLOW //"#FEF923"
|
||||
icon_state = "glowstick_yellow"
|
||||
item_state = "glowstick_yellow"
|
||||
|
||||
/obj/item/device/flashlight/headlights
|
||||
name = "headlights"
|
||||
desc = "Some nifty lamps drawing from internal battery sources to produce a light, though a dim one."
|
||||
icon_state = "headlights"
|
||||
item_state = "headlights"
|
||||
flags = CONDUCT
|
||||
slot_flags = SLOT_HEAD | SLOT_EARS
|
||||
brightness_on = 2
|
||||
w_class = 1
|
||||
light_wedge = LIGHT_WIDE
|
||||
body_parts_covered = 0
|
||||
Reference in New Issue
Block a user