mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
code/game/objects, code/game/machinery merge fix
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
if(uses)
|
||||
uses--
|
||||
if(!uses)
|
||||
user << "\red You used up your crayon!"
|
||||
user << "<span class='warning'>You used up your crayon!</span>"
|
||||
qdel(src)
|
||||
return
|
||||
|
||||
@@ -96,7 +96,7 @@
|
||||
if(uses)
|
||||
uses -= 5
|
||||
if(uses <= 0)
|
||||
user << "\red You ate your crayon!"
|
||||
user << "<span class='warning'>You ate your crayon!</span>"
|
||||
qdel(src)
|
||||
else
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user