Skip to content

Commit

Permalink
removes yapping and adds it to prizes
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueHNT committed Aug 21, 2024
1 parent 4011d37 commit 7695635
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
4 changes: 3 additions & 1 deletion Resources/Prototypes/Entities/Objects/Fun/prizeticket.yml
Original file line number Diff line number Diff line change
Expand Up @@ -392,4 +392,6 @@
- id: ThronglerToy
prob: 0.30
orGroup: Prize

- id: BwoinkHammer
prob: 0.30
orGroup: Prize
3 changes: 1 addition & 2 deletions Resources/Prototypes/Entities/Objects/Fun/toys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1745,13 +1745,12 @@
types:
Blunt: 0

# description is aptly misspelled to reference to it's old self, where it was pointing out a joke at a funny translation to russian. vis below
# <span class='danger'>[user] are stroking the head of [M] with a bangammer</span>", "<span class='userdanger'>[user] are stroking the head with a bangammer</span>", "you hear a bangammer stroking a head"
- type: entity
parent: ToyHammer
id: BwoinkHammer
name: bwoink hammer
description: A toy hammer which makes a wildly terrifying sound. It is missing it's old spirit of bangammer and is still unreisinable.
suffix: DO NOT MAP
components:
- type: Sprite
sprite: Objects/Fun/bwoink_hammer.rsi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1408,6 +1408,7 @@
- SingularityToy
- TeslaToy
- ToySword
- BwoinkHammer
- ThronglerToy
- type: MaterialStorage
whitelist:
Expand Down
8 changes: 8 additions & 0 deletions Resources/Prototypes/Recipes/Lathes/prizecounter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -720,6 +720,14 @@
materials:
PrizeTicket: 200

- type: latheRecipe
id: BwoinkHammer
result: BwoinkHammer
applyMaterialDiscount: false
completetime: 0.1
materials:
PrizeTicket: 200

- type: latheRecipe
id: ThronglerToy
result: ThronglerToy
Expand Down
2 changes: 1 addition & 1 deletion Resources/Textures/Objects/Fun/bwoink_hammer.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "taken from BigIron github",
"copyright": "inhands made by Blu , Icon taken from beestation and belonged to original ss13 https://github.com/BeeStation/BeeStation-Hornet",
"size": {
"x": 32,
"y": 32
Expand Down

0 comments on commit 7695635

Please sign in to comment.