mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 22:17:32 +01:00
Reduces the Universal Gun Kit's price to 25tc. (#21989)
* Reduces the Universal Gun Kit's price to 5tc. * Update code/datums/uplink_items/uplink_general.dm Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com> --------- Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com> Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>
This commit is contained in:
co-authored by
Burzah
S34N
parent
cd025b19fc
commit
edb8c481c5
@@ -215,7 +215,7 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
|
||||
desc = "A universal gun kit, that can be combined with any weapon kit to make a functioning RND gun of your own. Uses built in allen keys to self assemble, just combine the kits by hitting them together."
|
||||
reference = "IKEA"
|
||||
item = /obj/item/weaponcrafting/gunkit/universal_gun_kit
|
||||
cost = 40
|
||||
cost = 25
|
||||
|
||||
/datum/uplink_item/dangerous/batterer
|
||||
name = "Mind Batterer"
|
||||
|
||||
Reference in New Issue
Block a user