mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
Merge pull request #49398 from improvedname/Magigay
Adds a laserarm implant to roboticist traitor only, Adds new syndicate autosurgeon sprite
This commit is contained in:
@@ -164,10 +164,10 @@
|
||||
desc = "A sleek, sturdy box."
|
||||
icon_state = "cyber_implants"
|
||||
var/list/boxed = list(
|
||||
/obj/item/autosurgeon/thermal_eyes,
|
||||
/obj/item/autosurgeon/xray_eyes,
|
||||
/obj/item/autosurgeon/anti_stun,
|
||||
/obj/item/autosurgeon/reviver)
|
||||
/obj/item/autosurgeon/syndicate/thermal_eyes,
|
||||
/obj/item/autosurgeon/syndicate/xray_eyes,
|
||||
/obj/item/autosurgeon/syndicate/anti_stun,
|
||||
/obj/item/autosurgeon/syndicate/reviver)
|
||||
var/amount = 5
|
||||
|
||||
/obj/item/storage/box/cyber_implants/PopulateContents()
|
||||
|
||||
@@ -12,6 +12,10 @@
|
||||
var/uses = INFINITE
|
||||
var/starting_organ
|
||||
|
||||
/obj/item/autosurgeon/syndicate
|
||||
name = "suspicious autosurgeon"
|
||||
icon_state = "syndicate_autoimplanter"
|
||||
|
||||
/obj/item/autosurgeon/Initialize(mapload)
|
||||
. = ..()
|
||||
if(starting_organ)
|
||||
@@ -82,15 +86,19 @@
|
||||
uses = 1
|
||||
starting_organ = /obj/item/organ/cyberimp/eyes/hud/medical
|
||||
|
||||
/obj/item/autosurgeon/syndicate/laser_arm
|
||||
desc = "A single use autosurgeon that contains a combat arms-up laser augment. A screwdriver can be used to remove it, but implants can't be placed back in."
|
||||
uses = 1
|
||||
starting_organ = /obj/item/organ/cyberimp/arm/gun/laser
|
||||
|
||||
/obj/item/autosurgeon/thermal_eyes
|
||||
/obj/item/autosurgeon/syndicate/thermal_eyes
|
||||
starting_organ = /obj/item/organ/eyes/robotic/thermals
|
||||
|
||||
/obj/item/autosurgeon/xray_eyes
|
||||
/obj/item/autosurgeon/syndicate/xray_eyes
|
||||
starting_organ = /obj/item/organ/eyes/robotic/xray
|
||||
|
||||
/obj/item/autosurgeon/anti_stun
|
||||
/obj/item/autosurgeon/syndicate/anti_stun
|
||||
starting_organ = /obj/item/organ/cyberimp/brain/anti_stun
|
||||
|
||||
/obj/item/autosurgeon/reviver
|
||||
/obj/item/autosurgeon/syndicate/reviver
|
||||
starting_organ = /obj/item/organ/cyberimp/chest/reviver
|
||||
|
||||
Reference in New Issue
Block a user