mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-05 15:03:48 +00:00
Fixed issue 287, 290, 291
-Cutting/restoring cameras now leaves a print -building certain overly-abused griff items leaves prints -grenade launcher no longer shoots your face if you try to backpack it Chameleon projector movement speed is now based on temperature Added add_hiddenprint(mob) proc it's like add_fingerprint but only adds to fingerprintshidden isn't that neat? git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2898 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -366,7 +366,7 @@
|
||||
|
||||
proc
|
||||
fire_grenade(atom/target, mob/user)
|
||||
if (locate (/obj/structure/table, src.loc))
|
||||
if (locate (/obj/structure/table, src.loc) || locate (/obj/item/weapon/storage, src.loc))
|
||||
return
|
||||
else
|
||||
for(var/mob/O in viewers(world.view, user))
|
||||
|
||||
Reference in New Issue
Block a user