mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
Confetti cannon tweak
Fixes a grammatical error in the confetti cannon.
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
/obj/item/weapon/gun/launcher/confetti_cannon/examine(mob/user)
|
/obj/item/weapon/gun/launcher/confetti_cannon/examine(mob/user)
|
||||||
. = ..()
|
. = ..()
|
||||||
if(get_dist(user, src) <= 2)
|
if(get_dist(user, src) <= 2)
|
||||||
. += "<font color='blue'>It's loaded with [confetti_charge] balls of confetti.</font>"
|
. += "<font color='blue'>It's loaded with [confetti_charge] ball\s of confetti.</font>"
|
||||||
|
|
||||||
/obj/item/weapon/gun/launcher/confetti_cannon/attackby(obj/item/I as obj, mob/user as mob)
|
/obj/item/weapon/gun/launcher/confetti_cannon/attackby(obj/item/I as obj, mob/user as mob)
|
||||||
if(istype(I, /obj/item/weapon/paper) || istype(I, /obj/item/weapon/shreddedp))
|
if(istype(I, /obj/item/weapon/paper) || istype(I, /obj/item/weapon/shreddedp))
|
||||||
|
|||||||
Reference in New Issue
Block a user