mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-19 04:08:55 +01:00
[MIRROR] next grep, no spaces (#10548)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
16a213f699
commit
8d0febfbb6
@@ -188,10 +188,10 @@
|
||||
/obj/vehicle/train/engine/relaymove(mob/user, direction)
|
||||
if(user != load)
|
||||
return 0
|
||||
// Start CHOMPStation Edit
|
||||
// Start CHOMPStation Edit
|
||||
if(user.paralysis || user.sleeping)
|
||||
return 0
|
||||
// End CHOMPStation Edit
|
||||
// End CHOMPStation Edit
|
||||
if(is_train_head())
|
||||
if(direction == reverse_direction(dir) && tow)
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user