mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-30 07:28:53 +01:00
Murder some old disabled admin verbs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user