mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-25 14:16:58 +01:00
Borgos in Cargo and Science, fixed Dragon Wings
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
/datum/sprite_accessory/wing/dragon2
|
||||
name = "Dragon wings, large, colorable"
|
||||
desc = ""
|
||||
icon = 'modular_chomp/icons/mob/human_races/sprite_accessories/wings64.dmi'
|
||||
icon = 'modular_chomp/icons/mob/human_races/sprite_accessories/wings.dmi'
|
||||
icon_state = "dragon_2"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
/datum/design/item/general/borgos
|
||||
name = "Borg-O's Recipe"
|
||||
desc = "A recipe for the cult classic Borg-O's meal. Warning: Not suitable for organic consumption."
|
||||
id = "borgos1"
|
||||
req_tech = list(TECH_MATERIAL = 2)
|
||||
materials = list(MAT_STEEL = 5000)
|
||||
build_path = /obj/item/trash/rkibble
|
||||
sort_string = "KIBBB"
|
||||
Reference in New Issue
Block a user