Locks ebow behind a 25-player limit, same as the desword. (#46626)

This commit is contained in:
zxaber
2019-09-25 18:40:28 -07:00
committed by Rob Bailey
parent 1268c9ef34
commit b57c8ac6c0

View File

@@ -583,6 +583,7 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
slur as if inebriated. It can produce an infinite number \
of bolts, but takes time to automatically recharge after each shot."
item = /obj/item/gun/energy/kinetic_accelerator/crossbow
player_minimum = 25
cost = 10
surplus = 50
exclude_modes = list(/datum/game_mode/nuclear)