mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-04 14:01:22 +00:00
[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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user