Skip to content

Commit

Permalink
removes emmisives to test this
Browse files Browse the repository at this point in the history
  • Loading branch information
FalloutFalcon committed Oct 6, 2024
1 parent 6e13b18 commit ace18d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion code/game/atoms_movable.dm
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
if(vs.plane == EMISSIVE_BLOCKER_PLANE)
SSvis_overlays.remove_vis_overlay(src, list(vs))
break
SSvis_overlays.add_vis_overlay(src, icon, icon_state, EMISSIVE_BLOCKER_LAYER, EMISSIVE_BLOCKER_PLANE, dir)
//SSvis_overlays.add_vis_overlay(src, icon, icon_state, EMISSIVE_BLOCKER_LAYER, EMISSIVE_BLOCKER_PLANE, dir)

/atom/movable/proc/can_zFall(turf/source, levels = 1, turf/target, direction)
if(!direction)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
unsuitable_atmos_damage = 15
minbodytemp = 180
status_flags = CANPUSH
del_on_death = TRUE

footstep_type = FOOTSTEP_MOB_SHOE

Expand Down

0 comments on commit ace18d4

Please sign in to comment.