mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 07:27:57 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user