mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
Ports cloning [WIP] [DNM] (#151)
* Ports cloning Yes * MODULAR NEXT * Research * Update tgstation.dme * horrors! * Update poll_ignore.dm * REST WELL * go to hell travis * fuck * Merge branch 'master' into cloning * aaaaaaaa * Update cloning.dm * aa * fixed * aaa * Update exp_cloner.dm Co-authored-by: Azarak <azarak10@gmail.com>
This commit is contained in:
@@ -310,6 +310,12 @@
|
||||
if(prob(50))
|
||||
new /obj/effect/temp_visual/revenant(thing.loc)
|
||||
thing.emag_act(null)
|
||||
//SKYRAT EDIT ADDITION BEGIN - CLONING
|
||||
else
|
||||
if(!istype(thing, /obj/machinery/clonepod)) //I hate everything but mostly the fact there's no better way to do this without just not affecting it at all
|
||||
thing.emp_act(EMP_HEAVY)
|
||||
//SKYRAT EDIT END
|
||||
|
||||
for(var/mob/living/silicon/robot/S in T) //Only works on cyborgs, not AI
|
||||
playsound(S, 'sound/machines/warning-buzzer.ogg', 50, TRUE)
|
||||
new /obj/effect/temp_visual/revenant(S.loc)
|
||||
|
||||
@@ -326,6 +326,9 @@
|
||||
if(paranoia)
|
||||
QDEL_NULL(paranoia)
|
||||
paranoia = new()
|
||||
//SKYRAT EDIT ADDITION BEGIN - CLONING
|
||||
paranoia.clonable = FALSE
|
||||
//SKYRAT EDIT END
|
||||
|
||||
user.gain_trauma(paranoia, TRAUMA_RESILIENCE_MAGIC)
|
||||
to_chat(user, "<span class='warning'>As you don the foiled hat, an entire world of conspiracy theories and seemingly insane ideas suddenly rush into your mind. What you once thought unbelievable suddenly seems.. undeniable. Everything is connected and nothing happens just by accident. You know too much and now they're out to get you. </span>")
|
||||
|
||||
Reference in New Issue
Block a user