mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Add in chompstation comments.
This commit is contained in:
@@ -184,10 +184,10 @@
|
||||
/obj/vehicle/train/engine/relaymove(mob/user, direction)
|
||||
if(user != load)
|
||||
return 0
|
||||
|
||||
// Start CHOMPStation Edit
|
||||
if(user.paralysis || user.sleeping)
|
||||
return 0
|
||||
|
||||
// End CHOMPStation Edit
|
||||
if(is_train_head())
|
||||
if(direction == reverse_direction(dir) && tow)
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user