Fixes the tesla glove price (#11474)

This commit is contained in:
Alberyk
2021-03-19 10:39:06 +01:00
committed by GitHub
parent ad1f82c5d5
commit f3b350e6d4
2 changed files with 8 additions and 1 deletions
@@ -121,7 +121,7 @@
/datum/uplink_item/item/visible_weapons/teslagauntlet
name = "Tesla Glove"
item_cost = 10
item_cost = 6
path = /obj/item/clothing/gloves/tesla
/datum/uplink_item/item/visible_weapons/random_weapon
+7
View File
@@ -0,0 +1,7 @@
author: Alberyk
delete-after: True
changes:
- bugfix: "The tesla glove now has the correct price on the uplink."