[MIRROR] You can now put food on plates, and plate no longer materialize out of nowhere as you cook (#4418)

* You can now put food on plates, and plate no longer materialize out of nowhere as you cook

* Update dish_drive.dm

* aaaaaaaaaaaaaaa

Co-authored-by: Qustinnus <Floydje123@hotmail.com>
Co-authored-by: Gandalf <jzo123@hotmail.com>
This commit is contained in:
SkyratBot
2021-03-26 16:40:39 +01:00
committed by GitHub
parent ac73fd9696
commit daec7111cd
60 changed files with 140 additions and 128 deletions

View File

@@ -1,8 +1,7 @@
/atom/movable/screen/buildmode
icon = 'icons/misc/buildmode.dmi'
var/datum/buildmode/bd
// If we don't do this, we get occluded by item action buttons
layer = ABOVE_HUD_LAYER
/atom/movable/screen/buildmode/New(bld)
bd = bld
@@ -23,7 +22,7 @@
bd.toggle_modeswitch()
else if(LAZYACCESS(modifiers, RIGHT_CLICK))
bd.mode.change_settings(usr.client)
update_appearance()
return 1