Makes these args used and legal (#19216)

This commit is contained in:
Cameron Lennox
2026-02-22 23:05:43 +01:00
committed by GitHub
parent 18a9010844
commit 52444d931d
10 changed files with 20 additions and 20 deletions
+2 -2
View File
@@ -42,6 +42,6 @@
return
//Prevents people from moving these after creation, because they shouldn't be.
/atom/movable/emissive_blocker/forceMove(atom/destination, no_tp=FALSE, harderforce = FALSE)
/atom/movable/emissive_blocker/forceMove(atom/destination, direction, movetime, no_tp=FALSE, harderforce = FALSE)
if(harderforce)
return ..()
return ..(destination, direction, movetime)