mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
## About The Pull Request This PR adds a new gateway with not too much threat a, a little bit of reward more often in the form of gimmicky items or armor. credit to https://github.com/NovaSector/NovaSector/pull/4880 For the gun and sfx sprite ## Why It's Good For The Game The gateway system is about as decrepit and old, the last gateway that was added was the museum which was made by somebody who would short after receive a rule 8 ban and plus that away mission is a neat scenery and has a lot of cool locations to look at but it has no loot, and you know what? that's okay and it achieves what it sets out to do beautifully, but if we discount that one for that reason alone (which for the record is a bad reason to discount something) then the last gateway that was added and that stuck was added in 2018? and it was snowdin? I dont actually know, correct me on this. But basically, more content good. ## Changelog <details> <summary>Screenshots/Videos</summary> <img width="862" height="431" alt="image" src="https://github.com/user-attachments/assets/d56add04-4b8c-4cd0-be7f-36d895e43868" /> <img width="654" height="665" alt="image" src="https://github.com/user-attachments/assets/1ccd15c4-5c31-4b00-b5f8-9a662efa3436" /> <img width="651" height="571" alt="image" src="https://github.com/user-attachments/assets/08ab4c1d-d9d0-413c-bc02-a3c51eda8761" /> <img width="1177" height="172" alt="image" src="https://github.com/user-attachments/assets/8df5e28d-5041-4676-8370-b8ab351f5b52" /> <img width="850" height="586" alt="image" src="https://github.com/user-attachments/assets/c03e6cbe-b290-421e-bbed-80a203221de4" /> <img width="1248" height="912" alt="image" src="https://github.com/user-attachments/assets/aa3c415d-52de-46b9-b317-e397b481b1b7" /> <img width="885" height="697" alt="image" src="https://github.com/user-attachments/assets/dd96d364-deae-4c56-9fc1-68b5e738ef4a" /> <img width="1284" height="646" alt="image" src="https://github.com/user-attachments/assets/b433f591-d92f-4bea-921c-b231fce2e7d9" /> also NO you cannot make the sm sword using the slow recharge shrink ray <img width="621" height="240" alt="image" src="https://github.com/user-attachments/assets/75f7d235-33c2-424e-9260-a3cc8c931ab9" /> </details> <details> <summary>Documentation of all notable loot 11/8/2025</summary> /obj/item/clothing/shoes/gunboots/disabler /obj/item/gun/energy/shrink_ray/one_shot (A shrink way that has a long recharge time and can only shoot once) /obj/item/slimepotion/lovepotion x 2 /obj/item/slimepotion/genderchange x 1 /obj/item/slimepotion/slime/mutator /obj/item/gun/energy/disabler/smoothbore /obj/item/gun/energy/alien/zeta /obj/item/gun/magic/midas_hand /obj/item/autosurgeon/xeno (A autosurgeon that only allows xenomorph organs, here because it looks unique) /obj/item/organ/heart/gland (abductor organs, random.) /obj/item/organ/eyes/corrupt /obj/item/organ/appendix/corrupt /obj/item/clothing/suit/utility/radiation/cbrnsuit x 2 /obj/item/clothing/head/utility/radiation/cbrnhood x 2 /obj/item/clothing/gloves/combat x 4 /obj/item/clothing/shoes/combat/swat x 2 /obj/item/clothing/mask/gas/atmos/glass x 2 /obj/item/clothing/under/rank/engineering/atmospheric_technician/nova/utility/advanced /obj/item/gun/ballistic/automatic/wt550/p90 x 2 /obj/item/ammo_box/magazine/p90_mag x 14 /obj/item/gun/energy/modular_laser_rifle/carbine x 2 /obj/effect/spawner/random/armory/laser_gun /obj/item/grenade/c4 x 3 /obj/machinery/deployable_turret/hmg x 3 (you think these are good, but they're not, they are really not, they're only good if you hit somebody with them when they're not expecting it, otherwise people will simply just avoid it, or if your being defensive of an area this thing will have you just be a beast.) /obj/machinery/mounted_machine_gun x 8 (But with no ammo, so theyre only setpieces, okay well there IS ammo on the map but its anchored, and theres no way to unanchor anchored items, if fallout thirteen players cant do it over the course of 4 years then tg players sure cant.) Also hello there it looks like you actually read this section, if you have dont worry, this PR wont get merged, why? I dont want to salt about that here. </details> 🆑 map: added the "heretic" gateway map (it has nothing related to heretics) /🆑
58 lines
2.4 KiB
Plaintext
58 lines
2.4 KiB
Plaintext
/obj/item/fake_items
|
|
name = "An item, of which is fake"
|
|
desc = "If you see this you feel like you should contact an 'admin' or make an 'issue report' whatever that means"
|
|
icon = 'icons/ui/chat/pepe.dmi'
|
|
icon_state = "rare_pepe"
|
|
|
|
/obj/item/fake_items/sm_sliver
|
|
name = "supermatter sliver"
|
|
desc = "A tiny, highly volatile sliver of a supermatter crystal. Do not handle without protection!"
|
|
icon = 'icons/obj/antags/syndicate_tools.dmi'
|
|
icon_state = "supermatter_sliver"
|
|
anchored = 1
|
|
|
|
/obj/item/fake_items/feddy_fazbear
|
|
name = "Springlock Module"
|
|
desc = "A springlock module disguised as a dna lock module, thankfully there is a note on it telling you this."
|
|
icon = 'icons/obj/clothing/modsuit/mod_modules.dmi'
|
|
icon_state = /obj/item/mod/module/dna_lock::icon_state
|
|
anchored = 1
|
|
|
|
/obj/item/fake_items/time_stopper
|
|
name = "MOD timestopper module"
|
|
desc = "A module that can halt time in a small radius around the user... for as long as they \
|
|
want! Great for monologues or lunch breaks. Keep in mind moving will end the stop, and the \
|
|
module has a hefty cooldown period to avoid reality errors."
|
|
icon = 'icons/obj/clothing/modsuit/mod_modules.dmi'
|
|
icon_state = "timestop"
|
|
anchored = 1
|
|
|
|
/obj/item/fake_items/wabbajack
|
|
name = "Wabbajack"
|
|
desc = "If there is some deity out there, they've definitely skipped their psych appointment before creating this."
|
|
icon = 'icons/obj/weapons/guns/magic.dmi'
|
|
icon_state = "the_wabbajack"
|
|
anchored = 1
|
|
|
|
/obj/item/fake_items/abductor_win_stick
|
|
name = "advanced baton"
|
|
desc = "A quad-mode baton used for incapacitation and restraining of specimens."
|
|
icon = 'icons/obj/antags/abductor.dmi'
|
|
icon_state = "wonderprodStun"
|
|
anchored = 1
|
|
|
|
/obj/item/fake_items/l6_saw
|
|
name = "L6 SAW"
|
|
desc = "A heavily modified 7mm light machine gun, designated 'L6 SAW'. Has 'Aussec Armoury - 2531' engraved on the receiver below the designation."
|
|
icon = 'icons/obj/weapons/guns/ballistic.dmi'
|
|
icon_state = "l6"
|
|
anchored = 1
|
|
|
|
/obj/item/fake_items/lahti_l39
|
|
name = "Lahti L-39"
|
|
desc = "The Lahti L-39, now manufactured in space with better materials making it more portable and reliable- still loaded in the same massive cartridge, \
|
|
this thing was made to go through a tank and come out the other end- imagine what it could do to an exosuit, there's also a completely useless sight which is totally obstructed by the magazine."
|
|
icon = 'icons/obj/weapons/guns/lahtil39.dmi'
|
|
icon_state = "lahtil"
|
|
anchored = 1
|