[MIRROR] Stops carpotoxin from removing temporal scars. (#6062)

* Stops carpotoxin from removing temporal scars. (#59382)

# About The Pull Request

Hopefully simply removes the feature of carpotoxin where it deletes temporal scars.

# Why It's Good For The Game

We already have a "Clear Slots" button in the character setup window that lets you delete temporal scars for the given character. This is just meant to prevent accidental scar removals so people don't lose them by, for example, accidentally drinking a spiked drink.

* Stops carpotoxin from removing temporal scars.

Co-authored-by: rasepretep <85033934+rasepretep@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-06-01 11:37:18 +12:00
committed by GitHub
co-authored by rasepretep
parent 6f81184d0d
commit a06b2b2589
@@ -213,11 +213,6 @@
ph = 12
chemical_flags = REAGENT_CAN_BE_SYNTHESIZED
/datum/reagent/toxin/carpotoxin/on_mob_life(mob/living/carbon/M, delta_time, times_fired)
. = ..()
for(var/i in M.all_scars)
qdel(i)
/datum/reagent/toxin/zombiepowder
name = "Zombie Powder"
description = "A strong neurotoxin that puts the subject into a death-like state."