[MIRROR] Disposable Sentry Gun Deployment System (#495)

* Disposable Sentry Gun Deployment System (#52931)

Adds a new engineer only traitor item, the disposable sentry gun deployment system. It's a red toolbox that works and functions as a normal toolbox, until you attack it on harm intent with a wrench. Upon bashing it with a wrench, the toolbox will transform into a ballistic sentry gun, theoretically shooting at your enemies, and not you. The turret only has 100 health however, so it will not last long to anyone with any weapon that can deal enough damage.

* Disposable Sentry Gun Deployment System

Co-authored-by: Paxilmaniac <57122098+Paxilmaniac@users.noreply.github.com>
This commit is contained in:
SkyratBot
2020-08-24 23:53:10 +02:00
committed by GitHub
co-authored by Paxilmaniac
parent 3196aec33f
commit 692c80e55d
3 changed files with 32 additions and 0 deletions
+7
View File
@@ -1954,6 +1954,13 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
cost = 11
restricted_roles = list("Cook")
/datum/uplink_item/role_restricted/turretbox
name = "Disposable Sentry Gun"
desc = "A disposable sentry gun deployment system cleverly disguised as a toolbox, apply wrench for functionality."
item = /obj/item/storage/toolbox/emergency/turret
cost = 11
restricted_roles = list("Station Engineer")
// Pointless
/datum/uplink_item/badass
category = "(Pointless) Badassery"