[MIRROR] Ice Sliding & Signaler code ( & dirtking and mudslip) (#10110)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-02-08 16:04:19 -07:00
committed by GitHub
parent 2894f64c83
commit a12af10147
10 changed files with 61 additions and 45 deletions

View File

@@ -1,7 +1,6 @@
/datum/species
var/crit_mod = 1
var/list/env_traits = list()
var/dirtslip = FALSE
var/photosynthesizing = FALSE
var/grows = FALSE
var/shrinks = FALSE
@@ -13,7 +12,6 @@
var/grab_power_victims = 0
var/grab_power_self = 0
var/waking_speed = 1
var/mudking = FALSE
var/lightweight_light = 0
/datum/species/handle_environment_special(var/mob/living/carbon/human/H)