Skip to content

Commit

Permalink
Merge pull request #386 from TS-Rogue-Star/master
Browse files Browse the repository at this point in the history
6/19/24 - Fixes and such
  • Loading branch information
Very-Soft authored Jun 20, 2024
2 parents 86aaf94 + 3f3b0af commit 09bc522
Show file tree
Hide file tree
Showing 5 changed files with 138 additions and 102 deletions.
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
// Note for newly added fluff items: Ckeys should not contain any spaces, underscores or capitalizations,
// Note for newly added quest items: Ckeys should not contain any spaces, underscores or capitalizations,
// or else the item will not be usable.
// Example: Someone whose username is "Master Pred_Man" should be written as "masterpredman" instead
// Note: Do not use characters such as # in the display_name. It will cause the item to be unable to be selected.

/datum/gear/fluff
/datum/gear/quest
path = /obj/item
sort_category = "Quest Items"
display_name = "If this item can be chosen or seen, ping a coder immediately!"
ckeywhitelist = list("This entry should never be choosable with this variable set.") //If it does, then that means somebody fucked up the whitelist system pretty hard
character_name = list("This entry should never be choosable with this variable set.")
cost = 0
/*
/datum/gear/fluff/testhorn
path = /obj/item/weapon/bikehorn
display_name = "Airhorn - Example Item"
/datum/gear/quest/ManaSword
path = /obj/item/weapon/Sword
display_name = "Mana Sword - Example Item"
description = "An example item that you probably shouldn't see!"
ckeywhitelist = list("mewchild")
allowed_roles = list("Engineer")
ckeywhitelist = list("lira13")
allowed_roles = list("Influencer")
*/


/datum/gear/fluff/collar //Use this as a base path for collars if you'd like to set tags in loadout. Make sure you don't use apostrophes in the display name or this breaks!
/datum/gear/quest/collar //Use this as a base path for collars if you'd like to set tags in loadout. Make sure you don't use apostrophes in the display name or this breaks!
slot = slot_tie

/datum/gear/fluff/collar/New()
/datum/gear/quest/collar/New()
..()
gear_tweaks += gear_tweak_collar_tag

Expand Down
80 changes: 49 additions & 31 deletions maps/groundbase/rp-z1.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,12 @@
/obj/machinery/light,
/turf/simulated/floor/tiled,
/area/groundbase/engineering/techstorage)
"awp" = (
/obj/machinery/camera/network/security{
dir = 4
},
/turf/simulated/floor/tiled/dark,
/area/groundbase/security/lobby)
"awx" = (
/turf/simulated/mineral/cave,
/area/groundbase/unexplored/rock)
Expand Down Expand Up @@ -1678,6 +1684,18 @@
},
/turf/simulated/floor/tiled/monotile,
/area/groundbase/engineering/atmos)
"bGt" = (
/obj/fiftyspawner/rglass,
/obj/fiftyspawner/rods,
/obj/fiftyspawner/steel,
/obj/fiftyspawner/steel,
/obj/fiftyspawner/steel,
/obj/item/stack/material/plasteel{
amount = 10
},
/obj/structure/closet/walllocker_double/cargo/north,
/turf/simulated/floor/tiled,
/area/ai_monitored/storage/eva)
"bGu" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
Expand Down Expand Up @@ -3446,6 +3464,7 @@
"dfK" = (
/obj/machinery/vending/assist,
/obj/machinery/camera/network/civilian,
/obj/machinery/firealarm,
/turf/simulated/floor/tiled,
/area/groundbase/civilian/toolstorage)
"dfP" = (
Expand Down Expand Up @@ -3841,18 +3860,6 @@
/turf/simulated/floor/tiled,
/area/ai_monitored/storage/eva)
"dyu" = (
/obj/fiftyspawner/rglass,
/obj/fiftyspawner/rods,
/obj/structure/closet/walllocker_double/cargo,
/obj/fiftyspawner/steel,
/obj/fiftyspawner/steel,
/obj/fiftyspawner/steel,
/obj/item/stack/material/plasteel{
amount = 10
},
/obj/machinery/atmospherics/unary/vent_scrubber/on,
/obj/structure/closet/walllocker_double/cargo,
/obj/machinery/atmospherics/unary/vent_scrubber/on,
/obj/machinery/atmospherics/unary/vent_scrubber/on,
/turf/simulated/floor/tiled,
/area/ai_monitored/storage/eva)
Expand Down Expand Up @@ -6701,6 +6708,9 @@
dir = 4
},
/obj/machinery/papershredder,
/obj/machinery/camera/network/security{
dir = 8
},
/turf/simulated/floor/tiled/dark,
/area/groundbase/security/lobby)
"gfi" = (
Expand Down Expand Up @@ -9143,7 +9153,11 @@
/obj/machinery/light{
dir = 1
},
/turf/simulated/floor/outdoors/grass/seasonal/notrees_nomobs_lowsnow,
/turf/simulated/floor/outdoors/grass/seasonal/notrees_nomobs_lowsnow{
grass_chance = 0;
outdoors = 0;
snow_chance = 0
},
/area/groundbase/civilian/bar)
"imG" = (
/obj/structure/cable/yellow{
Expand Down Expand Up @@ -11049,9 +11063,6 @@
/obj/machinery/recharger{
pixel_y = 5
},
/obj/machinery/alarm{
dir = 8
},
/turf/simulated/floor/tiled,
/area/groundbase/civilian/toolstorage)
"jUi" = (
Expand Down Expand Up @@ -12289,6 +12300,7 @@
/obj/machinery/light{
dir = 8
},
/obj/machinery/camera/network/security,
/turf/simulated/floor/carpet/retro_red,
/area/groundbase/security/breakroom)
"kTx" = (
Expand Down Expand Up @@ -16156,6 +16168,7 @@
/obj/effect/floor_decal/milspec/color/orange/half{
dir = 8
},
/obj/structure/frame,
/turf/simulated/floor/tiled,
/area/groundbase/engineering/workshop)
"oEM" = (
Expand Down Expand Up @@ -17007,7 +17020,15 @@
/obj/effect/floor_decal/milspec/color/orange/half{
dir = 8
},
/obj/structure/frame,
/obj/structure/table/reinforced,
/obj/item/weapon/storage/toolbox/electrical{
pixel_x = 1;
pixel_y = 6
},
/obj/item/weapon/storage/toolbox/mechanical{
pixel_x = -2;
pixel_y = -1
},
/turf/simulated/floor/tiled,
/area/groundbase/engineering/workshop)
"pjY" = (
Expand Down Expand Up @@ -20294,9 +20315,6 @@
/obj/structure/symbol/sa{
pixel_y = 32
},
/obj/machinery/firealarm{
dir = 4
},
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 8
},
Expand Down Expand Up @@ -21774,7 +21792,11 @@
"tbD" = (
/obj/structure/table/glass,
/obj/machinery/light,
/turf/simulated/floor/outdoors/grass/seasonal/notrees_nomobs_lowsnow,
/turf/simulated/floor/outdoors/grass/seasonal/notrees_nomobs_lowsnow{
grass_chance = 0;
outdoors = 0;
snow_chance = 0
},
/area/groundbase/civilian/bar)
"tbL" = (
/obj/structure/cable/yellow{
Expand Down Expand Up @@ -26445,10 +26467,6 @@
},
/turf/simulated/floor/tiled/freezer/cold,
/area/groundbase/civilian/kitchen/freezer)
"xoT" = (
/obj/structure/table/glass,
/turf/simulated/floor/outdoors/grass/seasonal/notrees_nomobs_lowsnow,
/area/groundbase/civilian/bar)
"xpn" = (
/obj/machinery/atmospherics/portables_connector{
dir = 8
Expand Down Expand Up @@ -31171,7 +31189,7 @@ raF
raF
raF
aEL
cIf
bGt
cIf
cIf
cIf
Expand Down Expand Up @@ -32143,7 +32161,7 @@ pjZ
tLw
gjX
tLw
tLw
awp
kLB
ycp
ycp
Expand Down Expand Up @@ -36385,13 +36403,13 @@ oeu
bum
neL
dVI
xoT
xoT
mDC
mDC
tbD
bum
imA
xoT
xoT
mDC
mDC
bum
pDQ
inR
Expand Down
Loading

0 comments on commit 09bc522

Please sign in to comment.