Skip to content

Commit

Permalink
disable effect on place-inside
Browse files Browse the repository at this point in the history
  • Loading branch information
TobleroneSwordfish committed Nov 27, 2023
1 parent 414e898 commit e2c6bcc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/admin/buildmodes/spawn_inside.dm
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ Right Mouse Button + Shift = Set object type to selected mob/obj typ
new objpath(get_turf(M))
else
new objpath(M)
blink(get_turf(object))
//I'm turning this off on the basis that you almost never want people to know you've done something with this mode
// blink(get_turf(object))

click_right(atom/object, var/ctrl, var/alt, var/shift)
if (shift)
Expand Down

0 comments on commit e2c6bcc

Please sign in to comment.