mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
Replaces all var/const with #define
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
/obj/item/reagent_containers/glass/rag/attack(atom/target as obj|turf|area, mob/user as mob , flag)
|
||||
if(ismob(target) && target.reagents && reagents.total_volume)
|
||||
user.visible_message("<span class='danger'>[user] has smothered \the [target] with \the [src]!</span>", "<span class='danger'>You smother \the [target] with \the [src]!</span>", "You hear some struggling and muffled cries of surprise")
|
||||
src.reagents.reaction(target, TOUCH)
|
||||
src.reagents.reaction(target, REAGENT_TOUCH)
|
||||
src.reagents.clear_reagents()
|
||||
return
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user