mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
Merge pull request #4965 from Belsima/techy
Adds illegal and other tech to some implants.
This commit is contained in:
@@ -452,6 +452,7 @@ the implant may become unstable and either pre-maturely inject the subject or si
|
|||||||
/obj/item/weapon/implant/death_alarm
|
/obj/item/weapon/implant/death_alarm
|
||||||
name = "death alarm implant"
|
name = "death alarm implant"
|
||||||
desc = "An alarm which monitors host vital signs and transmits a radio message upon death."
|
desc = "An alarm which monitors host vital signs and transmits a radio message upon death."
|
||||||
|
origin_tech = list(TECH_MATERIAL = 1, TECH_BIO = 2, TECH_DATA = 1)
|
||||||
var/mobname = "Will Robinson"
|
var/mobname = "Will Robinson"
|
||||||
|
|
||||||
/obj/item/weapon/implant/death_alarm/get_data()
|
/obj/item/weapon/implant/death_alarm/get_data()
|
||||||
@@ -535,6 +536,7 @@ the implant may become unstable and either pre-maturely inject the subject or si
|
|||||||
icon_state = "implant_evil"
|
icon_state = "implant_evil"
|
||||||
var/activation_emote = "sigh"
|
var/activation_emote = "sigh"
|
||||||
var/obj/item/scanned = null
|
var/obj/item/scanned = null
|
||||||
|
origin_tech = list(TECH_MATERIAL = 4, TECH_BIO = 2, TECH_ILLEGAL = 2)
|
||||||
|
|
||||||
/obj/item/weapon/implant/compressed/get_data()
|
/obj/item/weapon/implant/compressed/get_data()
|
||||||
var/dat = {"
|
var/dat = {"
|
||||||
|
|||||||
Reference in New Issue
Block a user