Allow placing several items on surfaces. (#32467)

* Allow placing soaps and light replacers on surfaces.

* Also modify spray bottles, scanners, laser pointers, analyzer.

* Include sprays for real this time.
This commit is contained in:
Alan
2026-08-23 14:05:36 +00:00
committed by GitHub
parent d55711bad9
commit 45c90035ec
7 changed files with 20 additions and 9 deletions
@@ -51,7 +51,7 @@
if(!isturf(target.loc))
return NONE
if(isstorage(target))
if(isstorage(target) || is_surface(target))
return NONE
laser_act(target, user, modifiers)