remove dead var /mob/var/can_strip (#29119)

This commit is contained in:
warriorstar-orion
2025-04-26 14:24:51 +00:00
committed by GitHub
parent 6aa32ab99a
commit d0e3d055c0
-1
View File
@@ -57,7 +57,6 @@
var/gen_record = ""
var/lying_prev = 0
var/lastpuke = 0
var/can_strip = TRUE
var/list/languages = list() // For speaking/listening.
var/list/speak_emote = list("says") // Verbs used when speaking. Defaults to 'say' if speak_emote is null.
var/emote_type = EMOTE_VISIBLE // Define emote default type, 1 for seen emotes, 2 for heard emotes