mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Makes code 513.1537 compliant (#15093)
* Makes code 513.1537 compliant * Apply suggestions from code review Co-authored-by: Farie82 <joepvelden@hotmail.com> Co-authored-by: Farie82 <joepvelden@hotmail.com>
This commit is contained in:
@@ -15,7 +15,8 @@
|
||||
return
|
||||
page = newpage
|
||||
if("extract")
|
||||
var/error_message = current_contract?.start_extraction_process(ui_host(), usr)
|
||||
var/error_message
|
||||
error_message = current_contract?.start_extraction_process(ui_host(), usr)
|
||||
if(length(error_message))
|
||||
to_chat(usr, "<span class='warning'>[error_message]</span>")
|
||||
if("claim")
|
||||
|
||||
Reference in New Issue
Block a user