mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
Flying over lava no longer erroneously ignites you ablaze (#63474)
blah blah the refactor added an incorrect if statement Fixes #61212
This commit is contained in:
@@ -151,7 +151,7 @@
|
||||
|
||||
/turf/open/lava/proc/can_burn_stuff(atom/movable/burn_target)
|
||||
if(burn_target.movement_type & (FLYING|FLOATING)) //you're flying over it.
|
||||
return isliving(burn_target) ? LAVA_BE_PROCESSING : LAVA_BE_IGNORING
|
||||
return LAVA_BE_IGNORING
|
||||
|
||||
if(isobj(burn_target))
|
||||
if(burn_target.throwing) // to avoid gulag prisoners easily escaping, throwing only works for objects.
|
||||
|
||||
Reference in New Issue
Block a user