mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 08:37:43 +01:00
Corrects two typos in paper.dm (#88196)
This commit is contained in:
@@ -634,7 +634,7 @@
|
||||
var/stamp_icon_state = stamp_info["stamp_icon_state"]
|
||||
|
||||
if (LAZYLEN(raw_stamp_data) >= MAX_PAPER_STAMPS)
|
||||
to_chat(usr, pick("You try to stamp but you miss!", "There is no where else you can stamp!"))
|
||||
to_chat(usr, pick("You try to stamp but you miss!", "There is nowhere else you can stamp!"))
|
||||
return TRUE
|
||||
|
||||
add_stamp(stamp_class, stamp_x, stamp_y, stamp_rotation, stamp_icon_state)
|
||||
@@ -649,7 +649,7 @@
|
||||
var/this_input_length = length_char(paper_input)
|
||||
|
||||
if(this_input_length == 0)
|
||||
to_chat(user, pick("Writing block strikes again!", "You forgot to write anthing!"))
|
||||
to_chat(user, pick("Writing block strikes again!", "You forgot to write anything!"))
|
||||
return TRUE
|
||||
|
||||
// If the paper is on an unwritable noticeboard, this usually shouldn't be possible.
|
||||
|
||||
Reference in New Issue
Block a user