From eeb1f36c09fd994266aa569dfba4517d6bebfa55 Mon Sep 17 00:00:00 2001 From: TheFurryFeline <38586851+TheFurryFeline@users.noreply.github.com> Date: Wed, 27 Mar 2019 03:49:45 -0400 Subject: [PATCH] YEET AWAY! MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add can_buckle to stools so people can do some funny shit with poor people sitting on the stools while they're just trying to drink. 🤣 --- code/game/objects/structures/stool_bed_chair_nest/stools.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/structures/stool_bed_chair_nest/stools.dm b/code/game/objects/structures/stool_bed_chair_nest/stools.dm index 33ef80b4bd..7263cc4c69 100644 --- a/code/game/objects/structures/stool_bed_chair_nest/stools.dm +++ b/code/game/objects/structures/stool_bed_chair_nest/stools.dm @@ -6,6 +6,7 @@ var/global/list/stool_cache = list() //haha stool desc = "Apply butt." icon = 'icons/obj/furniture_vr.dmi' //VOREStation Edit - new Icons icon_state = "stool_preview" //set for the map + can_buckle = 1 //TFF: You can now throw people with your immense strength while they're sitting on the stool! >:3 force = 10 throwforce = 10 w_class = ITEMSIZE_HUGE