* "You should..." and "You must..."

This commit is contained in:
kingofkosmos
2019-06-26 06:13:32 +03:00
parent 81a0518474
commit ebf787a97a
11 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -75,7 +75,7 @@
/obj/item/paperplane/attackby(obj/item/P, mob/living/carbon/human/user, params)
..()
if(istype(P, /obj/item/pen) || istype(P, /obj/item/toy/crayon))
to_chat(user, "<span class='notice'>You should unfold [src] before changing it.</span>")
to_chat(user, "<span class='warning'>You should unfold [src] before changing it!</span>")
return
else if(istype(P, /obj/item/stamp)) //we don't randomize stamps on a paperplane