Skip to content

Commit

Permalink
Fix driver sit
Browse files Browse the repository at this point in the history
  • Loading branch information
MalorMorfin committed Dec 7, 2024
1 parent 39ae6a3 commit f148dda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/game/objects/structures/stool_bed_chair_nest/bed.dm
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,8 @@

/obj/structure/bed/attackby(obj/item/I, mob/user, params)
. = ..()

if(resistance_flags && RESIST_ALL)
return
if(iswrench(I))
if(!buildstacktype)
return
Expand Down

0 comments on commit f148dda

Please sign in to comment.