mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Adds jani HUDs from Baystation! (#22654)
* Adds jani HUDs from Baystation! * wrong place * tweak to sprite * contra review and tmeporary tweaks to the sprite * finishing the sprites * tweak to icon alpha and nv sprite * typo * conflict part 2 * test * final adjustments * DgamerL review * fixing sprites * changing name * name part 2 * DGamerL review part 2 * wrong value * nope * equipment and janitorial categories * Apply suggestions from code review
This commit is contained in:
@@ -194,6 +194,24 @@
|
||||
reqs = list(/obj/item/clothing/glasses/hud/diagnostic/sunglasses = 1)
|
||||
category = CAT_CLOTHING
|
||||
|
||||
/datum/crafting_recipe/hudsunjani
|
||||
name = "Janitor HUD sunglasses"
|
||||
result = list(/obj/item/clothing/glasses/hud/janitor/sunglasses)
|
||||
time = 20
|
||||
tools = list(TOOL_SCREWDRIVER, TOOL_WIRECUTTER)
|
||||
reqs = list(/obj/item/clothing/glasses/hud/janitor = 1,
|
||||
/obj/item/clothing/glasses/sunglasses = 1,
|
||||
/obj/item/stack/cable_coil = 5)
|
||||
category = CAT_CLOTHING
|
||||
|
||||
/datum/crafting_recipe/hudsunjaniremoval
|
||||
name = "Janitor HUD sunglasses removal"
|
||||
result = list(/obj/item/clothing/glasses/sunglasses, /obj/item/clothing/glasses/hud/janitor)
|
||||
time = 20
|
||||
tools = list(TOOL_SCREWDRIVER, TOOL_WIRECUTTER)
|
||||
reqs = list(/obj/item/clothing/glasses/hud/janitor/sunglasses = 1)
|
||||
category = CAT_CLOTHING
|
||||
|
||||
/datum/crafting_recipe/beergoggles
|
||||
name = "Sunscanners"
|
||||
result = list(/obj/item/clothing/glasses/sunglasses/reagent)
|
||||
|
||||
Reference in New Issue
Block a user