mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 11:05:03 +01:00
Fix for the fix for pulling people lying down.
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
/obj/item/clothing/head/helmet/space/rig/engspace_helmet
|
||||
name = "engineering space helmet"
|
||||
desc = "A special helmet designed for work in a hazardous, low-pressure environment. Has radiation shielding."
|
||||
desc = "A special helmet designed for work in a hazardous, low-pressure environment. Has radiation shielding and a visor that can be toggled on and off."
|
||||
icon_state = "engspace_helmet"
|
||||
item_state = "engspace_helmet"
|
||||
see_face = 0.0
|
||||
|
||||
@@ -204,7 +204,7 @@
|
||||
if(mutations & mRun)
|
||||
tally = 0
|
||||
|
||||
if(M && M.lying & ismob(pulling)) //Pulling lying down people is slower
|
||||
if(istype(M) && M.lying) //Pulling lying down people is slower
|
||||
tally += 3
|
||||
|
||||
return tally
|
||||
|
||||
Reference in New Issue
Block a user