mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-30 23:49:21 +01:00
Makes these args used and legal (#19216)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user