You can now store C4 in whatever, without blowing yourself up.

Changed the armoury layout a bit, Sec got two more riot suits, and lost two empty lockboxes.
Changed the medical room in Sec to an interrogation room! Credit to Smoke Carter for the design.
As a result, Mr Fixit has been powered off and returned to the armoury. Deploying him every round is likely to be a good idea.

Feedback is always welcome, especially from Sec Officers.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2462 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
petethegoat@gmail.com
2011-10-31 22:05:29 +00:00
parent e49ec9211c
commit c122bee94b
2 changed files with 8505 additions and 8496 deletions
@@ -6,7 +6,7 @@
/obj/item/weapon/plastique/afterattack(atom/target as obj|turf, mob/user as mob, flag)
if (!flag)
return
if (istype(target, /turf/unsimulated) || istype(target, /turf/simulated/shuttle))
if (istype(target, /turf/unsimulated) || istype(target, /turf/simulated/shuttle) || istype(target, /obj/item/weapon/storage/))
return
user << "Planting explosives..."
if(ismob(target))