mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-24 00:51:26 +00:00
Nuke disk fix, preferences fix, bay lore purge and more (#1523)
-may fix #1493 -fix missing the nuke disk being deleted when put inside any container -fix several references to bay lore, like nyx and etc -add some missing splint related code -added fireandglory's hammer weapon to uplink and heist -tries to unfuck the designs.dm
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
name = "Operations Funding"
|
||||
item_cost = 2
|
||||
path = /obj/item/weapon/storage/secure/briefcase/money
|
||||
desc = "A briefcase with 10,000 untraceable thalers for funding your sneaky activities."
|
||||
desc = "A briefcase with 10,000 untraceable credits for funding your sneaky activities."
|
||||
|
||||
/datum/uplink_item/item/tools/clerical
|
||||
name = "Morphic Clerical Kit"
|
||||
|
||||
@@ -23,6 +23,11 @@
|
||||
name = "Energy Sword"
|
||||
item_cost = 8
|
||||
path = /obj/item/weapon/melee/energy/sword
|
||||
|
||||
/datum/uplink_item/item/visible_weapons/hammer
|
||||
name = "Kneebreaker Hammer"
|
||||
item_cost = 10
|
||||
path = /obj/item/weapon/melee/hammer
|
||||
|
||||
/datum/uplink_item/item/visible_weapons/g9mm
|
||||
name = "Silenced 9mm"
|
||||
|
||||
Reference in New Issue
Block a user