mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
The Mediborgs can now evil chem (#21401)
* The Mediborgs can now evil chem * Updated Icons because I forgor * made a new aibots dmi for the panc icon * Removes Pancu, sarin, and perf. adds Tirizene * Adds S34nw's suggestion * removed extra space
This commit is contained in:
@@ -255,6 +255,13 @@
|
||||
/obj/item/reagent_containers/borghypo = /obj/item/reagent_containers/borghypo/abductor
|
||||
)
|
||||
|
||||
/obj/item/borg/upgrade/abductor_medi/after_install(mob/living/silicon/robot/R)
|
||||
. = ..()
|
||||
if(!R.emagged) // Emagged Mediborgs that are upgraded need the evil chems.
|
||||
return
|
||||
for(var/obj/item/reagent_containers/borghypo/F in R.module.modules)
|
||||
F.emag_act()
|
||||
|
||||
/obj/item/borg/upgrade/syndicate
|
||||
name = "safety override module"
|
||||
desc = "Unlocks the hidden, deadlier functions of a cyborg."
|
||||
|
||||
Reference in New Issue
Block a user