This commit is contained in:
SkyMarshal
2012-06-19 21:55:33 -07:00
parent ef3e93652c
commit 4a3db27db0
2 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -1242,5 +1242,5 @@
#include "code\ZAS\Variable Settings.dm"
#include "interface\interface.dm"
#include "interface\skin.dmf"
#include "maps\Antiqua.dmm"
#include "maps\tgstation.2.0.8.dmm"
// END_INCLUDE
+4 -5
View File
@@ -527,8 +527,7 @@
switch(severity)
if(1.0)
//SN src = null
src.ReplaceWithSpace()
del(src)
ReplaceWithSpace()
return
if(2.0)
if (prob(50))
@@ -1203,14 +1202,14 @@ var/list/plating_icons = list("plating","platingdmg1","platingdmg2","platingdmg3
//set src in oview(1)
switch(severity)
if(1.0)
src.ReplaceWithSpace()
ReplaceWithSpace()
if(2.0)
switch(pick(1,2;75,3))
if (1)
src.ReplaceWithLattice()
ReplaceWithLattice()
if(prob(33)) new /obj/item/stack/sheet/metal(src)
if(2)
src.ReplaceWithSpace()
ReplaceWithSpace()
if(3)
if(prob(80))
src.break_tile_to_plating()