mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +01:00
Fixes some extraneous spacing in some messages (#26222)
* clears a bunch of spaces * oopsie daisy * Update code/modules/food_and_drinks/food/customizables.dm Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com> Signed-off-by: Luc <89928798+lewcc@users.noreply.github.com> --------- Signed-off-by: Luc <89928798+lewcc@users.noreply.github.com> Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>
This commit is contained in:
@@ -422,7 +422,7 @@
|
||||
user.put_in_hands(D)
|
||||
update_genes()
|
||||
return
|
||||
to_chat(user, "<span class='warning'> No Empty Disks to Eject!</span>")
|
||||
to_chat(user, "<span class='warning'>No Empty Disks to Eject!</span>")
|
||||
if("set_read_only")
|
||||
var/obj/item/disk/plantgene/D = contents[text2num(params["index"])]
|
||||
D.read_only = !D.read_only
|
||||
|
||||
Reference in New Issue
Block a user