mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 15:08:34 +01:00
Deprecate the stream operator
This commit is contained in:
@@ -255,7 +255,7 @@ datum/unarmed_attack/holopugilism/unarmed_override(var/mob/living/carbon/human/u
|
||||
//VOREStation Add
|
||||
/obj/structure/bed/holobed/attackby(obj/item/weapon/W as obj, mob/user as mob)
|
||||
if(W.is_wrench())
|
||||
user << ("<span class='notice'>It's a holochair, you can't dismantle it!</span>")
|
||||
to_chat(user, "<span class='notice'>It's a holochair, you can't dismantle it!</span>")
|
||||
return
|
||||
//VOREStation Add End
|
||||
/obj/item/weapon/holo
|
||||
|
||||
Reference in New Issue
Block a user