mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
adds a new tot item, the syndicate pop-up turret (#23347)
* adds a new tot item, the syndicate pop-up turret * Update code/datums/uplink_items/uplink_general.dm Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> * Update code/game/machinery/portable_turret.dm Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> --------- Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
This commit is contained in:
@@ -231,6 +231,13 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
|
||||
item = /obj/item/batterer
|
||||
cost = 25
|
||||
|
||||
/datum/uplink_item/dangerous/porta_turret
|
||||
name = "Portable Turret"
|
||||
desc = "A pop-up syndicate turret, shoots anyone who didn't prime the grenade. The turret cannot be moved after it's deployed."
|
||||
reference = "MIS"
|
||||
item = /obj/item/grenade/turret
|
||||
cost = 20
|
||||
|
||||
// Ammunition
|
||||
|
||||
/datum/uplink_item/ammo
|
||||
|
||||
Reference in New Issue
Block a user