mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Gives Atmos-Traitors a new fireaxe.
Give Atmos-traitors a unique 10TC axe to buy. This axe starts with a single charge and can gain more charges over time by destroying windows and grilles. Each grille or window destroyed has a 4% chance of giving another charge to the axe. On a charged hit the axe will hit for 30 brute and 30 burn. It will otherwise function as a normal fireaxe if out of charges.  Sprites courtesy of Fullofskittles 🆑 IcyV add: Adds a unique axe for Atmos-traitors /🆑
This commit is contained in:
@@ -309,6 +309,14 @@ var/list/uplink_items = list()
|
||||
item = /obj/item/clothing/under/contortionist
|
||||
cost = 6
|
||||
job = list("Life Support Specialist")
|
||||
|
||||
/datum/uplink_item/dangerous/energizedfireaxe
|
||||
name = "Energized Fire Axe"
|
||||
desc = "A fire axe with a massive electrical charge built into it. It can release this charge on its first victim and will be rather plain after that."
|
||||
reference = "EFA"
|
||||
item = /obj/item/weapon/twohanded/energizedfireaxe
|
||||
cost = 10
|
||||
job = list("Life Support Specialist")
|
||||
|
||||
//Stimulants
|
||||
|
||||
|
||||
Reference in New Issue
Block a user