Murder some old disabled admin verbs

This commit is contained in:
ShadowLarkens
2024-10-23 05:49:51 -07:00
parent ec18de7d79
commit 2bb91dcf59
12 changed files with 2 additions and 126 deletions
-4
View File
@@ -91,10 +91,6 @@
dirtoverlay.alpha = min((dirt - 50) * 5, 255)
/turf/simulated/Entered(atom/A, atom/OL)
if(movement_disabled && usr.ckey != movement_disabled_exception)
to_chat(usr, span_danger("Movement is admin-disabled.")) //This is to identify lag problems
return
if (istype(A,/mob/living))
var/mob/living/M = A
if(M.lying || M.flying) //VOREStation Edit