forked from ParadiseSS13/Paradise
-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add: 2 Jaunter Grenades for Paramedic (#1073)
## Что этот PR делает Добавил пару джаунтер гранат в шкафчик парамедику ## Почему это хорошо для игры Парамедик может вытаскивать с чазмов, если осмелится ## Изображения изменений Одну использовал, но вот ![image](https://github.com/ss220club/Paradise-SS220/assets/69762909/67fc2ff7-b127-4b16-b2c7-9fee8738c490) ## Тестирование Ага ## Changelog :cl: add: Парамедику в шкафчик добавлено 2 Jaunter гранаты. Если надо больше то просите у шахтёров. /:cl:
- Loading branch information
Showing
3 changed files
with
12 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
// Paramedic Closet | ||
/obj/structure/closet/secure_closet/paramedic/populate_contents() | ||
. = ..() | ||
new /obj/item/grenade/jaunter_grenade(src) | ||
new /obj/item/grenade/jaunter_grenade(src) | ||
|
||
// Blueshield Closet | ||
/obj/structure/closet/secure_closet/blueshield/populate_contents() | ||
. = ..() | ||
new /obj/item/melee/baton/electrostaff/loaded(src) | ||
new /obj/item/screwdriver(src) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters