mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
Makes More Machines Movable (#4801)
* Makes More Machines Movable Adds in the ability to wrench/unwrench a number of machines that previously could not be. Now you're able to move: Laptop venders! Seed extractors! Biogenerators! Drying racks! Microwaves! Cooking machines! Gibbers! Chemmasters/Condimasters! Bioprinters! Virology machines! Washing machines! Tested with no apparent problems. * Knew I forgot something
This commit is contained in:
@@ -88,6 +88,8 @@
|
||||
return
|
||||
if(default_deconstruction_crowbar(user, W))
|
||||
return
|
||||
if(default_unfasten_wrench(user, W, 40))
|
||||
return
|
||||
/*if(istype(W,/obj/item/weapon/screwdriver))
|
||||
panel = !panel
|
||||
user << "<span class='notice'>You [panel ? "open" : "close"] the [src]'s maintenance panel</span>"*/
|
||||
|
||||
Reference in New Issue
Block a user