Skip to content

Commit f829ff4

Browse files
committed
Embed fixes
1 parent ff915f9 commit f829ff4

File tree

6 files changed

+24
-15
lines changed

6 files changed

+24
-15
lines changed

_maps/RandomZLevels/blackmesa.dmm

+5-6
Original file line numberDiff line numberDiff line change
@@ -13324,10 +13324,10 @@
1332413324
"sLG" = (
1332513325
/obj/structure/closet/wardrobe,
1332613326
/obj/machinery/light/cold/directional/west,
13327-
/obj/item/clothing/mask/cigarette/rollie/cannabis,
13328-
/obj/item/clothing/mask/cigarette/rollie/cannabis,
13329-
/obj/item/clothing/mask/cigarette/rollie/cannabis,
13330-
/obj/item/clothing/mask/cigarette/rollie/cannabis,
13327+
/obj/item/cigarette/rollie/cannabis,
13328+
/obj/item/cigarette/rollie/cannabis,
13329+
/obj/item/cigarette/rollie/cannabis,
13330+
/obj/item/cigarette/rollie/cannabis,
1333113331
/obj/effect/turf_decal/tile/yellow/fourcorners,
1333213332
/turf/open/floor/iron/dark/textured,
1333313333
/area/awaymission/black_mesa/hecu_zone_bathroom)
@@ -16071,8 +16071,7 @@
1607116071
/area/awaymission/black_mesa/black_ops_button)
1607216072
"xZR" = (
1607316073
/obj/structure/fluff/bus/passable{
16074-
icon_state = "bottomdoor";
16075-
layer = 3
16074+
icon_state = "bottomdoor"
1607616075
},
1607716076
/turf/open/floor/iron/dark/textured_large,
1607816077
/area/awaymission/black_mesa/black_ops_bus)

modular_ss220/modules/return_prs/ammogun/modular_projectiles.dm

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
ricochet_decay_damage = 0.7
2323
shrapnel_type = null
2424
sharpness = NONE
25-
embedding = null
25+
embed_type = null
2626
wound_bonus = -50
2727

2828
/obj/item/ammo_casing/c45/hp
@@ -50,7 +50,7 @@
5050
ricochet_decay_damage = 0.7
5151
shrapnel_type = null
5252
sharpness = NONE
53-
embedding = null
53+
embed_type = null
5454
wound_bonus = -50
5555

5656
/obj/item/ammo_casing/c46x30mm/rubber
@@ -84,7 +84,7 @@
8484
ricochet_decay_damage = 0.7
8585
shrapnel_type = null
8686
sharpness = NONE
87-
embedding = null
87+
embed_type = null
8888
wound_bonus = -50
8989

9090
/obj/item/ammo_casing/a223/ap
@@ -130,7 +130,7 @@
130130
wound_bonus = -75
131131
shrapnel_type = null
132132
sharpness = NONE
133-
embedding = null
133+
embed_type = null
134134

135135
/obj/item/ammo_casing/c34/ap
136136
name = ".34 armor-piercing bullet casing"

modular_ss220/modules/return_prs/ammogun/shotgunbullets.dm

+11-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,17 @@
4747
name = "RIP shotgun slug"
4848
damage = 50
4949
weak_against_armour = TRUE
50-
embedding = list(embed_chance=80, pain_chance=40, fall_chance=5, jostle_chance=5, ignore_throwspeed_threshold=TRUE, pain_stam_pct=0.5, pain_mult=5, rip_time=30)
50+
embed_type = /datum/embed_data/shotgun_slug
51+
52+
/datum/embed_data/shotgun_slug
53+
embed_chance = 80
54+
pain_chance=40
55+
fall_chance=5
56+
jostle_chance=5
57+
ignore_throwspeed_threshold=TRUE
58+
pain_stam_pct=0.5
59+
pain_mult=5
60+
rip_time=30
5161

5262
/obj/item/ammo_casing/shotgun/iceblox
5363
name = "Iceshot shell"

modular_ss220/modules/return_prs/black_mesa/code/armaments/armament_miscellaneous.dm

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
cost = 1
1414

1515
/datum/armament_entry/hecu/misc/rollie
16-
item_type = /obj/item/clothing/mask/cigarette/rollie/cannabis
16+
item_type = /obj/item/cigarette/rollie/cannabis
1717
max_purchase = 8
1818
cost = 1
1919

modular_ss220/modules/return_prs/black_mesa/code/m16_variations.dm

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@
6565
ricochet_decay_damage = 0.5
6666
shrapnel_type = null
6767
sharpness = NONE
68-
embedding = null
68+
embed_type = null

modular_ss220/modules/return_prs/gunsgalore/code/ammo/ammo.dm

+2-2
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
ricochet_decay_damage = 0.7
169169
shrapnel_type = null
170170
sharpness = NONE
171-
embedding = null
171+
embed_type = null
172172
wound_bonus = -50
173173

174174
/obj/item/ammo_casing/realistic/a762x39/civilian/hunting
@@ -214,4 +214,4 @@
214214
range = 0.01
215215
shrapnel_type = null
216216
sharpness = NONE
217-
embedding = null
217+
embed_type = null

0 commit comments

Comments
 (0)