mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
[MIRROR] oven door shut (#11227)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
committed by
GitHub
parent
46717488da
commit
43318e9a16
@@ -80,7 +80,7 @@
|
|||||||
|
|
||||||
if(istype(I) && can_insert(I)) // Why do hard work when we can just make them smack us?
|
if(istype(I) && can_insert(I)) // Why do hard work when we can just make them smack us?
|
||||||
attackby(I, ui.user)
|
attackby(I, ui.user)
|
||||||
else if(istype(CI))
|
else if(istype(CI) && can_remove_items(ui.user))
|
||||||
eject(CI, ui.user)
|
eject(CI, ui.user)
|
||||||
return TRUE
|
return TRUE
|
||||||
if(istype(I)) // Why do hard work when we can just make them smack us?
|
if(istype(I)) // Why do hard work when we can just make them smack us?
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ fundamental differences
|
|||||||
to_chat(usr, span_notice("You can't operate [src]."))
|
to_chat(usr, span_notice("You can't operate [src]."))
|
||||||
return
|
return
|
||||||
|
|
||||||
if(output_options.len)
|
if(LAZYLEN(output_options))
|
||||||
var/choice = tgui_input_list(usr, "What specific food do you wish to make with \the [src]?", "Food Output Choice", output_options)
|
var/choice = tgui_input_list(usr, "What specific food do you wish to make with \the [src]?", "Food Output Choice", output_options)
|
||||||
if(!choice)
|
if(!choice)
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user