What's that in your cart? (#31221)

A spray bottle.
- Why is it red?
Because it is a red spray bottle.
- Why does it spray black sticky goo?
You ask too many questions.
This commit is contained in:
leboucliervert
2025-12-16 08:52:12 +01:00
committed by GitHub
parent 03c1ee8b47
commit cb26d83eb6
+2 -2
View File
@@ -14,7 +14,7 @@
var/obj/item/storage/bag/trash/my_bag = null
var/obj/item/mop/my_mop = null
var/obj/item/push_broom/my_broom = null
var/obj/item/reagent_containers/spray/cleaner/my_spray = null
var/obj/item/reagent_containers/spray/my_spray = null
var/obj/item/lightreplacer/my_replacer = null
var/signs = 0
var/const/max_signs = 4
@@ -123,7 +123,7 @@
return
item_present = TRUE
if(istype(used, /obj/item/reagent_containers/spray/cleaner))
if(istype(used, /obj/item/reagent_containers/spray))
if(!my_spray)
my_spray = used
put_in_cart(user, used)