mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Bullet damage tweaks
Upped the L6's bullet damage due to how high the cost of it is. Subject to change, as always.
This commit is contained in:
@@ -481,4 +481,4 @@ var/list/uplink_items = list()
|
||||
var/datum/uplink_item/I = pick(possible_items)
|
||||
U.uses -= max(0, I.cost)
|
||||
feedback_add_details("traitor_uplink_items_bought","RN")
|
||||
return new I.item(loc)
|
||||
return new I.item(loc)
|
||||
Reference in New Issue
Block a user