Increase max ammo for RCD, allow RCD to be loaded

with glass, metal, and plasteel, allow RCD to build
and deconstruct grilles and windows, add three RCDs
to the Engi-Vend machine
This commit is contained in:
barackobama
2015-06-13 15:40:06 +01:00
parent cf46c8a8a5
commit a6ae5dbe47
4 changed files with 98 additions and 15 deletions
+2
View File
@@ -258,6 +258,8 @@
disassembled = 1
user << "<span class='notice'> You successfully disassemble [src].</span>"
qdel(src)
else if(istype(I, /obj/item/weapon/rcd)) //Do not attack the window if the user is holding an RCD
return
else
if(I.damtype == BRUTE || I.damtype == BURN)