mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 03:26:37 +01:00
Deprecate the stream operator
This commit is contained in:
@@ -244,7 +244,7 @@ proc/check_panel(mob/M)
|
||||
attackby(var/obj/item/weapon/P as obj, mob/user as mob)
|
||||
step_away(src,my_target,2)
|
||||
for(var/mob/M in oviewers(world.view,my_target))
|
||||
M << "<font color='red'><B>[my_target] flails around wildly.</B></font>"
|
||||
to_chat(M, "<font color='red'><B>[my_target] flails around wildly.</B></font>")
|
||||
my_target.show_message("<font color='red'><B>[src] has been attacked by [my_target] </B></font>", 1) //Lazy.
|
||||
|
||||
src.health -= P.force
|
||||
@@ -257,7 +257,7 @@ proc/check_panel(mob/M)
|
||||
step_away(src,my_target,2)
|
||||
if(prob(30))
|
||||
for(var/mob/O in oviewers(world.view , my_target))
|
||||
O << "<font color='red'><B>[my_target] stumbles around.</B></font>"
|
||||
to_chat(O, "<font color='red'><B>[my_target] stumbles around.</B></font>")
|
||||
|
||||
New()
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user