diff --git a/modular_zubbers/code/modules/ghostcafe/hilbertshotel_silicon.dm b/modular_zubbers/code/modules/ghostcafe/hilbertshotel_silicon.dm new file mode 100644 index 00000000000..ee59bd22e70 --- /dev/null +++ b/modular_zubbers/code/modules/ghostcafe/hilbertshotel_silicon.dm @@ -0,0 +1,8 @@ +// Should let the roleplay borgs interact with the hilberts hotel thingy! +/obj/item/hilbertshotel/ghostdojo/attack_robot(mob/living/user) + . = ..() + if(.) + return + if(!src.Adjacent(user)) + return + return promptAndCheckIn(user, user) diff --git a/tgstation.dme b/tgstation.dme index 10ead83c9d2..5f1f6ff5ead 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -7179,6 +7179,7 @@ #include "modular_zubbers\code\modules\dynamic\midround_rulesets.dm" #include "modular_zubbers\code\modules\fluff\flora\ash_flora.dm" #include "modular_zubbers\code\modules\food_and_drinks\recipes\tablecraft\recipes_seafood.dm" +#include "modular_zubbers\code\modules\ghostcafe\hilbertshotel_silicon.dm" #include "modular_zubbers\code\modules\hydroponics\gene_modder.dm" #include "modular_zubbers\code\modules\hydroponics\plant_genes.dm" #include "modular_zubbers\code\modules\jobs\job_types\blacksmith.dm"