From 8f0e606ced007963233cb636f72d5e72f13febbb Mon Sep 17 00:00:00 2001 From: Seris02 Date: Fri, 10 Feb 2023 19:18:40 +0800 Subject: [PATCH] woops --- .../mob/living/carbon/human/species/station/traits_vr/trait.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/modules/mob/living/carbon/human/species/station/traits_vr/trait.dm b/code/modules/mob/living/carbon/human/species/station/traits_vr/trait.dm index 22d7a63416..0de5ae3097 100644 --- a/code/modules/mob/living/carbon/human/species/station/traits_vr/trait.dm +++ b/code/modules/mob/living/carbon/human/species/station/traits_vr/trait.dm @@ -42,8 +42,6 @@ P.vars[V] = var_changes_pref[V] return -/datum/trait/proc/ - //Similar to the above, but for removing. Probably won't be called often/ever. /datum/trait/proc/remove(var/datum/species/S) ASSERT(S)