mirror of
https://github.com/KabKebab/GS13.git
synced 2026-02-09 23:27:37 +00:00
it compiles, that's better than it not compiling, right?
This commit is contained in:
@@ -286,7 +286,7 @@
|
||||
to_chat(usr, "<span class='notice'>You begin printing a custom assembly. This will take approximately [DisplayTimeText(cloning_time)]. You can still print \
|
||||
off normal parts during this time.</span>")
|
||||
playsound(src, 'sound/items/poster_being_created.ogg', 50, TRUE)
|
||||
addtimer(CALLBACK(src, .proc/print_program, usr), cloning_time)
|
||||
addtimer(CALLBACK(src,PROC_REF(print_program), usr), cloning_time)
|
||||
|
||||
if("cancel")
|
||||
if(!cloning || !program)
|
||||
|
||||
Reference in New Issue
Block a user