Skip to content

Commit

Permalink
minor fixes, minor map and sprite fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenith00000 committed Jun 21, 2024
1 parent 549bd1f commit 8d84c56
Show file tree
Hide file tree
Showing 7 changed files with 307 additions and 174 deletions.
11 changes: 11 additions & 0 deletions code/game/objects/structures/hybrisa_props.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2009,6 +2009,17 @@
desc = "It's a phonebox, outdated but realiable technology. These are used to communicate throughout the colony and connected colonies without interference. It seems it's completely wrecked, covered in blood and the glass is smashed. Hiding inside would be pointless."
icon_state = "phonebox_bloody_off_broken"

/obj/structure/prop/hybrisa/misc/urinal
name = "urinal"
desc = "A urinal."
icon = 'icons/obj/structures/props/hybrisarandomprops.dmi'
icon_state = "small_urinal"
density = FALSE
anchored = TRUE

/obj/structure/prop/hybrisa/misc/urinal/dark
icon_state = "small_urinal_dark"

// Signs

/obj/structure/prop/hybrisa/signs
Expand Down
4 changes: 4 additions & 0 deletions code/modules/gear_presets/corpses.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1068,6 +1068,10 @@

// Civilian


/datum/equipment_preset/corpse/hybrisa
flags = EQUIPMENT_PRESET_STUB

/datum/equipment_preset/corpse/hybrisa/civilian
name = "Corpse - Civilian"
assignment = "Civilian"
Expand Down
9 changes: 9 additions & 0 deletions code/modules/gear_presets/survivors/lv_759/preset_hybrisa.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1012,10 +1012,14 @@
//////////////// SNYTHETICS /////////////////////////
////////////////////////////////////////////////////

/datum/equipment_preset/synth/survivor/hybrisa
flags = EQUIPMENT_PRESET_STUB

// Civilian

/datum/equipment_preset/synth/survivor/hybrisa/civilian
name = "Survivor - Hybrisa - Synthetic - Civilian"
flags = EQUIPMENT_PRESET_START_OF_ROUND

survivor_variant = CIVILIAN_SURVIVOR

Expand Down Expand Up @@ -1099,6 +1103,7 @@

/datum/equipment_preset/synth/survivor/hybrisa/engineer_survivor
name = "Survivor - Hybrisa - Synthetic - Engineer"
flags = EQUIPMENT_PRESET_START_OF_ROUND

survivor_variant = ENGINEERING_SURVIVOR

Expand Down Expand Up @@ -1169,6 +1174,7 @@

/datum/equipment_preset/synth/survivor/hybrisa/paramedic
name = "Survivor - Hybrisa - Synthetic - Emergency Medical Technician - Paramedic"
flags = EQUIPMENT_PRESET_START_OF_ROUND

survivor_variant = MEDICAL_SURVIVOR

Expand Down Expand Up @@ -1204,6 +1210,7 @@

/datum/equipment_preset/synth/survivor/hybrisa/detective
name = "Survivor - Hybrisa - Synthetic - Detective"
flags = EQUIPMENT_PRESET_START_OF_ROUND

survivor_variant = SECURITY_SURVIVOR

Expand Down Expand Up @@ -1242,6 +1249,7 @@

/datum/equipment_preset/synth/survivor/hybrisa/exec_bodyguard
name = "Survivor - Hybrisa - Synthetic - Executive Bodyguard"
flags = EQUIPMENT_PRESET_START_OF_ROUND

survivor_variant = CORPORATE_SURVIVOR

Expand Down Expand Up @@ -1300,6 +1308,7 @@

/datum/equipment_preset/synth/survivor/hybrisa/xenoarchaeologist
name = "Survivor - Hybrisa - Synthetic - Xenoarchaeologist"
flags = EQUIPMENT_PRESET_START_OF_ROUND

survivor_variant = SCIENTIST_SURVIVOR

Expand Down
Binary file modified icons/obj/structures/props/64x64_hybrisarandomprops.dmi
Binary file not shown.
Binary file modified icons/obj/structures/props/hybrisa64x64_signs.dmi
Binary file not shown.
Binary file modified icons/obj/structures/props/hybrisarandomprops.dmi
Binary file not shown.
Loading

0 comments on commit 8d84c56

Please sign in to comment.