Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 8fae2c2

Browse files
committed
2 parents a9d4b35 + 1d774d1 commit 8fae2c2

File tree

36 files changed

+210
-58
lines changed

36 files changed

+210
-58
lines changed

_maps/RandomRuins/LavaRuins/lavaland_surface_meteorite.dmm

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
/obj/structure/stone_tile/burnt{
5151
dir = 8
5252
},
53-
/obj/item/clothing/under/ash_robe/tunic,
53+
/obj/item/clothing/under/tribal/ash_robe/tunic,
5454
/mob/living/simple_animal/hostile/skeleton/plasmaminer/jackhammer{
5555
desc = "A plasma-soaked miner, this one still seems to hold their mining tool in their hand, gripping tightly. Seemed to have been quite the crafty miner in their past life.";
5656
faction = list("mining");
@@ -483,7 +483,7 @@
483483
pixel_x = -1;
484484
pixel_y = -2
485485
},
486-
/obj/item/clothing/under/ash_robe/chief,
486+
/obj/item/clothing/under/tribal/ash_robe/chief,
487487
/obj/item/clothing/suit/armor/bone/heavy,
488488
/obj/item/clothing/suit/armor/tribalcoat,
489489
/turf/open/floor/plasteel/lavaland,
@@ -1036,7 +1036,7 @@
10361036
pixel_x = -5;
10371037
pixel_y = -5
10381038
},
1039-
/obj/item/clothing/under/ash_robe/hunter,
1039+
/obj/item/clothing/under/tribal/ash_robe/hunter,
10401040
/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
10411041
/area/ruin/unpowered/ash_walkers)
10421042
"sQ" = (
@@ -1847,7 +1847,7 @@
18471847
/obj/effect/turf_decal/sand,
18481848
/obj/structure/closet/cabinet,
18491849
/obj/item/clothing/suit/armor/pathfinder,
1850-
/obj/item/clothing/under/rank/miner/lavaland,
1850+
/obj/item/clothing/under/rank/cargo/miner/lavaland,
18511851
/obj/effect/decal/cleanable/cobweb,
18521852
/obj/effect/decal/cleanable/cobweb/cobweb2,
18531853
/obj/item/clothing/under/plasmaman/mining,
@@ -1881,7 +1881,7 @@
18811881
/obj/item/scalpel/bone{
18821882
pixel_y = 16
18831883
},
1884-
/obj/item/clothing/under/ash_robe/shaman,
1884+
/obj/item/clothing/under/tribal/ash_robe/shaman,
18851885
/obj/item/oar{
18861886
pixel_y = -1
18871887
},
@@ -2019,7 +2019,7 @@
20192019
/obj/effect/turf_decal/siding/wood{
20202020
dir = 4
20212021
},
2022-
/obj/effect/decal/cleanable/blood/xtracks{
2022+
/obj/effect/decal/cleanable/xenoblood/xtracks{
20232023
dir = 1
20242024
},
20252025
/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
@@ -2244,7 +2244,7 @@
22442244
/obj/effect/turf_decal/siding/wood{
22452245
dir = 1
22462246
},
2247-
/obj/effect/decal/cleanable/blood/xtracks{
2247+
/obj/effect/decal/cleanable/xenoblood/xtracks{
22482248
dir = 8
22492249
},
22502250
/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
@@ -2349,7 +2349,7 @@
23492349
/obj/structure/stone_tile/block/cracked{
23502350
dir = 1
23512351
},
2352-
/obj/effect/decal/cleanable/blood/xtracks{
2352+
/obj/effect/decal/cleanable/xenoblood/xtracks{
23532353
dir = 10
23542354
},
23552355
/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
@@ -2662,7 +2662,7 @@
26622662
/obj/item/cautery/bone{
26632663
pixel_x = -4
26642664
},
2665-
/obj/item/clothing/under/ash_robe/young,
2665+
/obj/item/clothing/under/tribal/ash_robe/young,
26662666
/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
26672667
/area/ruin/unpowered/ash_walkers)
26682668
"Wc" = (

code/__DEFINES/inventory.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119

120120
//flags for covering body parts
121121
#define GLASSESCOVERSEYES (1<<0)
122-
#define MASKCOVERSEYES (1<<1) // get rid of some of the other retardation in these flags
122+
#define MASKCOVERSEYES (1<<1) // get rid of some of the other ridiculousness in these flags
123123
#define HEADCOVERSEYES (1<<2) // feel free to realloc these numbers for other purposes
124124
#define MASKCOVERSMOUTH (1<<3) // on other items, these are just for mask/head
125125
#define HEADCOVERSMOUTH (1<<4)

code/__HELPERS/game.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@
231231

232232
return
233233

234-
// Better recursive loop, technically sort of not actually recursive cause that shit is retarded, enjoy.
234+
// Better recursive loop, technically sort of not actually recursive cause that shit is stupid, enjoy.
235235
//No need for a recursive limit either
236236
/proc/recursive_mob_check(atom/O,client_check=1,sight_check=1,include_radio=1)
237237

code/datums/mutations/speech.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
message = " [message] "
7474
//Time for a friendly game of SS13
7575
message = replacetext(message," stupid "," smart ")
76-
message = replacetext(message," retard "," genius ")
76+
message = replacetext(message," idiot "," genius ")
7777
message = replacetext(message," unrobust "," robust ")
7878
message = replacetext(message," dumb "," smart ")
7979
message = replacetext(message," awful "," great ")

code/game/gamemodes/objective.dm

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1573,7 +1573,7 @@ GLOBAL_LIST_EMPTY(possible_items_special)
15731573

15741574
/datum/objective/break_machinery/finalize()
15751575
target_areas = list()
1576-
var/station_z = SSmapping.levels_by_trait(ZTRAIT_STATION)[1]
1576+
var/list/station_zs = SSmapping.levels_by_trait(ZTRAIT_STATION)
15771577
if(!target_obj_type) // Select our target machine if there is none pre-set
15781578
potential_target_types = list(
15791579
// SCIENCE
@@ -1597,7 +1597,7 @@ GLOBAL_LIST_EMPTY(possible_items_special)
15971597
var/iteration = 1
15981598
while(!target_obj_type && targets_len >= iteration)
15991599
for(var/obj/machinery/machine as anything in GLOB.machines)
1600-
if(machine.z == station_z && istype(machine, potential_target_types[iteration]))
1600+
if((machine.z in station_zs) && istype(machine, potential_target_types[iteration]) && (get_area(machine) in GLOB.the_station_areas))
16011601
target_obj_type = potential_target_types[iteration]
16021602
break
16031603
iteration++
@@ -1612,12 +1612,10 @@ GLOBAL_LIST_EMPTY(possible_items_special)
16121612
for(var/obj/machinery/machine as anything in GLOB.machines)
16131613
if(!istype(machine, target_obj_type))
16141614
continue
1615-
if(machine.z != station_z)
1615+
if(!(machine.z in station_zs))
16161616
continue
1617-
if(!istype(get_area(machine), /area))
1617+
if(!(get_area(machine) in GLOB.the_station_areas))
16181618
continue
1619-
if(istype(get_area(machine), /area/shuttle))
1620-
continue //no whiteship machines
16211619
eligible_machines |= machine
16221620

16231621
eligible_machines = shuffle(eligible_machines)

code/game/machinery/cryopod.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ GLOBAL_LIST_EMPTY(cryopod_computers)
292292
if((O.type in subtypesof(/datum/objective/assassinate)) && O.check_completion()) //kill once/kill+clone objective that's already been completed, don't give a new objective
293293
continue
294294
O.target = null
295-
O.find_target()
295+
O.find_target(blacklist = list(mob_occupant.mind)) // don't pick the same person again, they're about to be deleted
296296
O.update_explanation_text()
297297

298298
var/list/owners = O.get_owners()

code/game/machinery/doors/checkForMultipleDoors.dm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
for(var/obj/machinery/door/D in locate(src.x,src.y,src.z))
1313
if(!istype(D, /obj/machinery/door/window) && D.density)
1414
return 0
15-
//There are no false wall checks because that would be fucking retarded
16-
return 1
15+
//There are no false wall checks because that would be fucking stupid
16+
return 1

code/game/objects/effects/countdown.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
displayed_text = new_val
5252

5353
if(displayed_text)
54-
maptext = "<font size = [text_size]>[displayed_text]</font>"
54+
maptext = MAPTEXT("<font size = [text_size]>[displayed_text]</font>")
5555
else
5656
maptext = null
5757

code/game/objects/structures/flora.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@
375375
icon_state = "basalt"
376376
desc = "A volcanic rock. Pioneers used to ride these babies for miles."
377377
icon = 'icons/obj/flora/rocks.dmi'
378-
resistance_flags = parent_type::resistance_flags | FIRE_PROOF
378+
resistance_flags = FLAMMABLE | UNACIDABLE | FIRE_PROOF
379379
density = TRUE
380380
var/obj/item/stack/mineResult = /obj/item/stack/ore/glass/basalt
381381

code/game/objects/structures/signs/signs_plaques.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
/obj/structure/sign/plaques/kiddie
2525
name = "\improper AI developers plaque"
26-
desc = "Next to the extremely long list of names and job titles, there is a drawing of a little child. The child appears to be retarded. Beneath the image, someone has scratched the word \"PACKETS\"."
26+
desc = "Next to the extremely long list of names and job titles, there is a drawing of a little child. \"The first child to be sent through a cable\" What? Beneath the image, someone has scratched the word \"PACKETS\"."
2727
icon_state = "kiddieplaque"
2828

2929

0 commit comments

Comments
 (0)