mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
typofix and (minor) bugfix (#33046)
* adds missing "." * fixes broken description on reused gene disks
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/obj/machinery/chem_master/snackbar_machine
|
||||
name = "\improper SnackBar Machine"
|
||||
desc = "An explosion of flavour in every bite"
|
||||
desc = "An explosion of flavour in every bite."
|
||||
condi = 1
|
||||
icon_state = "snackbar"
|
||||
chem_board = /obj/item/weapon/circuitboard/snackbar_machine
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
if(src && user && genes && choice && choice == "Yes" && user.get_active_hand() == src)
|
||||
to_chat(user, "You wipe the disk data.")
|
||||
name = initial(name)
|
||||
desc = initial(name)
|
||||
desc = initial(desc)
|
||||
genes = list()
|
||||
genesource = "unknown"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user