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