mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
[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:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user