mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-27 10:32:40 +00:00
DERP
This commit is contained in:
@@ -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