mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 21:12:24 +01:00
Adds brass knuckles and more punching things (#4291)
This pr ports some things from polaris and vore: -gloves can now increase unarmed attack, as well change their sharpness and etc -adds brass knuckles, that you can wear on your glove slots and punch people for extra damage -adds power fist, that allows you to push people around by punching their faces -adds clawed gloves, that turns regular normie attacks into sharp ones -adds a verbs that allows you to select a type of attack, like the language, so things like grues could select to use their claws instead of bites -changes the price of the kneebreaker hammer
This commit is contained in:
@@ -689,7 +689,9 @@ var/list/global/random_stock_large = list(
|
||||
/obj/item/clothing/gloves/swat/bst,
|
||||
/obj/item/clothing/gloves/swat/fluff/hawk_gloves,
|
||||
/obj/item/clothing/gloves/fluff/stone_ring,
|
||||
/obj/item/clothing/gloves/black/fluff/kathleen_glove)
|
||||
/obj/item/clothing/gloves/black/fluff/kathleen_glove,
|
||||
/obj/item/clothing/gloves/powerfist,
|
||||
/obj/item/clothing/gloves/claws)
|
||||
exclusion += typesof(/obj/item/clothing/gloves/rig)
|
||||
exclusion += typesof(/obj/item/clothing/gloves/lightrig)
|
||||
exclusion += typesof(/obj/item/clothing/gloves/watch)
|
||||
|
||||
Reference in New Issue
Block a user