From 983faf4531146bbae3a310f85213e7e225a777bd Mon Sep 17 00:00:00 2001 From: izac112 Date: Sun, 26 Apr 2020 04:35:06 +0200 Subject: [PATCH] Does not work and we have traceur This one does not and never has worked and now we have traceur so this is kind of redundant. --- .../carbon/human/species/station/traits_vr/positive.dm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/code/modules/mob/living/carbon/human/species/station/traits_vr/positive.dm b/code/modules/mob/living/carbon/human/species/station/traits_vr/positive.dm index 76e2149388..324cd58cc1 100644 --- a/code/modules/mob/living/carbon/human/species/station/traits_vr/positive.dm +++ b/code/modules/mob/living/carbon/human/species/station/traits_vr/positive.dm @@ -212,10 +212,4 @@ /datum/trait/sonar/apply(var/datum/species/S,var/mob/living/carbon/human/H) ..(S,H) H.verbs |= /mob/living/carbon/human/proc/sonar_ping - -/datum/trait/daredevil - name = "Daredevil" - desc = "You will automatically vault tables and railings, even if it isn't in your best interest. Geronimo!" - cost = 1 - var_changes = list("flags" = PASSTABLE) // YW Addition end