mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
DERP
This commit is contained in:
+1
-1
@@ -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
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user