mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
HoS got an armored greatcoat instead of what he's got before.
Further tweaking of magma. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@235 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -103,7 +103,7 @@
|
||||
return
|
||||
|
||||
/obj/machinery/at_indicator/blob_act()
|
||||
if (prob(50))
|
||||
if (prob(75))
|
||||
for(var/x in src.verbs)
|
||||
src.verbs -= x
|
||||
src.icon_state = "reader_broken"
|
||||
|
||||
@@ -324,7 +324,7 @@
|
||||
|
||||
|
||||
/obj/machinery/dna_scanner/blob_act()
|
||||
if(prob(50))
|
||||
if(prob(75))
|
||||
for(var/atom/movable/A as mob|obj in src)
|
||||
A.loc = src.loc
|
||||
del(src)
|
||||
@@ -346,7 +346,7 @@
|
||||
|
||||
/obj/machinery/scan_console/blob_act()
|
||||
|
||||
if(prob(50))
|
||||
if(prob(75))
|
||||
del(src)
|
||||
|
||||
/obj/machinery/scan_console/power_change()
|
||||
@@ -946,7 +946,7 @@
|
||||
return
|
||||
|
||||
/obj/machinery/restruct/blob_act()
|
||||
if(prob(50))
|
||||
if(prob(75))
|
||||
for(var/atom/movable/A as mob|obj in src)
|
||||
A.loc = src.loc
|
||||
del(src)
|
||||
Reference in New Issue
Block a user