reworks family heirlooms, adds heirlooms that can be based off your species (#13444)

* corgi tracker

* better heirloom system

* typo
This commit is contained in:
Timothy Teakettle
2020-10-10 11:15:39 +01:00
committed by GitHub
parent 04db791004
commit 385bd57940
12 changed files with 86 additions and 39 deletions
@@ -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!
+7
View File
@@ -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