powder that makes you say yes

This commit is contained in:
Nadyr
2022-12-02 20:41:26 -05:00
committed by GitHub
parent f191548509
commit e2c0251860

View File

@@ -492,22 +492,7 @@
B.item_state = B.icon_state B.item_state = B.icon_state
src.visible_message("[src]'s printer hums as it produces a completely bound book. How did it do that?") src.visible_message("[src]'s printer hums as it produces a completely bound book. How did it do that?")
break break
<<<<<<< HEAD
qdel(query) //CHOMPEdit TGSQL qdel(query) //CHOMPEdit TGSQL
=======
if(href_list["delid"])
if(!check_rights(R_ADMIN))
return
var/sqlid = sanitizeSQL(href_list["delid"])
establish_old_db_connection()
if(!dbcon_old.IsConnected())
tgui_alert_async(usr, "Connection to Archive has been severed. Aborting.")
else
var/DBQuery/query = dbcon_old.NewQuery("DELETE FROM library WHERE id=[sqlid]")
query.Execute()
log_admin("[usr.key] has deleted the book [sqlid]") //VOREStation Addition
>>>>>>> 2c6bd88519... Merge pull request #14140 from Very-Soft/bookmanagement
if(href_list["orderbyid"]) if(href_list["orderbyid"])
var/orderid = tgui_input_number(usr, "Enter your order:") var/orderid = tgui_input_number(usr, "Enter your order:")