reworks family heirlooms, adds heirlooms that can be based off your species (#13444)
* corgi tracker * better heirloom system * typo
This commit is contained in:
committed by
GitHub
parent
04db791004
commit
385bd57940
@@ -618,3 +618,9 @@
|
||||
icon_state = "monkey_energy"
|
||||
list_reagents = list(/datum/reagent/consumable/monkey_energy = 50)
|
||||
foodtype = SUGAR | JUNKFOOD
|
||||
|
||||
/obj/item/reagent_containers/food/drinks/dwarf_mug //dwarf family heirloom (just a cup that always has the manly dorf icon!)
|
||||
name = "ale mug"
|
||||
desc = "An old stained mug used for filling with dwarven ale."
|
||||
icon_state = "manlydorfglass"
|
||||
isGlass = FALSE //it's a wooden mug!
|
||||
|
||||
@@ -407,3 +407,10 @@
|
||||
/obj/item/stock_parts/cell/toymagburst
|
||||
name = "toy mag burst rifle power supply"
|
||||
maxcharge = 4000
|
||||
|
||||
/obj/item/stock_parts/cell/family
|
||||
name = "broken power cell"
|
||||
desc = "An old faulty power cell. You can see your family name faintly etched onto it."
|
||||
maxcharge = 100
|
||||
self_recharge = -5 //it loses power over time instead of gaining
|
||||
rating = 1
|
||||
|
||||
Reference in New Issue
Block a user