mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-05 23:12:26 +00:00
Forgot to uncomment some bits I'd had commented out in the process of making sure I could only get AI theft objectives while testing.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@128 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -108,20 +108,20 @@ datum
|
||||
var/obj/item/steal_target
|
||||
var/target_name
|
||||
proc/find_target()
|
||||
var/list/items = list(/*"captain's antique laser gun", "hand teleporter", "RCD", "jetpack", "captains jumpsuit", */"functional ai")
|
||||
var/list/items = list("captain's antique laser gun", "hand teleporter", "RCD", "jetpack", "captains jumpsuit", "functional ai")
|
||||
|
||||
target_name = pick(items)
|
||||
switch(target_name)
|
||||
// if("captain's antique laser gun")
|
||||
// steal_target = /obj/item/weapon/gun/energy/laser_gun/captain
|
||||
// if("hand teleporter")
|
||||
// steal_target = /obj/item/weapon/hand_tele
|
||||
// if("RCD")
|
||||
// steal_target = /obj/item/weapon/rcd
|
||||
// if("jetpack")
|
||||
// steal_target = /obj/item/weapon/tank/jetpack
|
||||
// if("captains jumpsuit")
|
||||
// steal_target = /obj/item/clothing/under/rank/captain
|
||||
if("captain's antique laser gun")
|
||||
steal_target = /obj/item/weapon/gun/energy/laser_gun/captain
|
||||
if("hand teleporter")
|
||||
steal_target = /obj/item/weapon/hand_tele
|
||||
if("RCD")
|
||||
steal_target = /obj/item/weapon/rcd
|
||||
if("jetpack")
|
||||
steal_target = /obj/item/weapon/tank/jetpack
|
||||
if("captains jumpsuit")
|
||||
steal_target = /obj/item/clothing/under/rank/captain
|
||||
if("functional ai")
|
||||
steal_target = /obj/item/device/aicard
|
||||
|
||||
|
||||
Reference in New Issue
Block a user