mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-20 20:54:35 +01:00
[MIRROR] August 2024 various fixes (#8766)
Co-authored-by: Nadyr <41974248+Darlantanis@users.noreply.github.com>
This commit is contained in:
@@ -56,8 +56,10 @@
|
||||
|
||||
/obj/item/weapon/virusdish/attackby(var/obj/item/weapon/W as obj,var/mob/living/carbon/user as mob)
|
||||
if(istype(W,/obj/item/weapon/hand_labeler) || istype(W,/obj/item/weapon/reagent_containers/syringe))
|
||||
return
|
||||
..()
|
||||
//VOREstation edit - Actually functional virus dishes
|
||||
// Originally this returns, THEN calls ..() instead of returning the value of ..()
|
||||
return ..()
|
||||
//VOREstation edit end
|
||||
if(prob(50))
|
||||
to_chat(user, "<span class='danger'>\The [src] shatters!</span>")
|
||||
if(virus2.infectionchance > 0)
|
||||
|
||||
Reference in New Issue
Block a user