Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fax machines can now be deconstructed via screwdriver -> crowbar #1975

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions monkestation/code/modules/paperwork/fax.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/obj/machinery/fax/crowbar_act(mob/living/user, obj/item/tool)
return default_deconstruction_crowbar(tool)
1 change: 1 addition & 0 deletions tgstation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -6791,6 +6791,7 @@
#include "monkestation\code\modules\overwatch\subsystem.dm"
#include "monkestation\code\modules\overwatch\panels\asn_panel.dm"
#include "monkestation\code\modules\overwatch\panels\whitelist_panel.dm"
#include "monkestation\code\modules\paperwork\fax.dm"
#include "monkestation\code\modules\physics\atom_movables.dm"
#include "monkestation\code\modules\physics\physics_component.dm"
#include "monkestation\code\modules\physics\physics_SS.dm"
Expand Down
Loading