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

Surplus ops, but it's only the shuttle. #11000

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

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions code/mob/living/critter/sawfly.dm
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ This file is the critter itself, and all the custom procs it needs in order to f
if(prob(8)) communalbeep()
if(!isalive(src)) src.set_density(FALSE) //according to lizzle something in the mob life resets density so this has to be below parent-

/mob/living/critter/robotic/sawfly/bippy

/mob/living/critter/robotic/sawfly/ai_controlled

Expand Down
2 changes: 2 additions & 0 deletions code/modules/telescience/teleporter_old.dm
Original file line number Diff line number Diff line change
Expand Up @@ -241,3 +241,5 @@ proc/splinch(var/mob/M as mob, var/probability)
return H.organHolder.drop_organ(part_splinched)

// owner.visible_message("<span class='alert'><b>[M]</b> splinches themselves and their [part_splinched] falls off!</span>")
/obj/submachine/surplusopdeployer
name = "placeholder"
5 changes: 5 additions & 0 deletions code/obj/item/paper.dm
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,11 @@
In order to uninstall and install parts use a crowbar on a ship to open the maintenance panel, If you want to install a part, simply use the part on the ship.
If you want to uninstall a part simply use an empty hand on the maintenance panel. Make sure to close the panel when you are done.<br>
In order to use the cargo loader on a crate, simply make ensure the crate is behind the ship, and the loader will handle the rest."}
/obj/item/paper/surplusopsdiary // so we can have a 1:1 of the actual surplus op shuttle without worrying about replacing anything

/obj/item/paper/surplusopsinstructions

/obj/item/paper/surplusopslore

/obj/item/paper/Map
name = "'Station Blueprint'"
Expand Down
2 changes: 2 additions & 0 deletions code/obj/machinery/computer/security/riot.dm
Original file line number Diff line number Diff line change
Expand Up @@ -268,3 +268,5 @@
src.authorized_registered -= W:registered

print_auth_needed(user)
/obj/machinery/surplusopauth
name = "placeholder"
3 changes: 3 additions & 0 deletions code/obj/submachine/weapon_vendor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,9 @@
STOP_TRACKING_CAT(TR_CAT_NUKE_OP_STYLE)
..()

/obj/submachine/weapon_vendor/surplus
desc = "It's blank."

// Materiel avaliable for purchase:

/datum/materiel
Expand Down