mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
No Brute From Throwing Cig Butts (#29445)
* fo * fa * Update lighters.dm
This commit is contained in:
@@ -369,7 +369,7 @@ LIGHTERS ARE IN LIGHTERS.DM
|
||||
icon = 'icons/obj/clothing/masks.dmi'
|
||||
icon_state = "cigbutt"
|
||||
w_class = WEIGHT_CLASS_TINY
|
||||
throwforce = 1
|
||||
throwforce = 0
|
||||
scatter_distance = 10
|
||||
|
||||
/obj/item/cigbutt/Initialize(mapload)
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
icon_state = "lighter-g"
|
||||
item_state = "lighter-g"
|
||||
w_class = WEIGHT_CLASS_TINY
|
||||
throwforce = 4
|
||||
throwforce = 0
|
||||
flags = CONDUCT
|
||||
slot_flags = ITEM_SLOT_BELT
|
||||
attack_verb = null
|
||||
@@ -155,6 +155,7 @@
|
||||
icon_state = "zippo"
|
||||
item_state = "zippo"
|
||||
is_a_zippo = TRUE
|
||||
throwforce = 4
|
||||
|
||||
/obj/item/lighter/zippo/turn_on_lighter(mob/living/user)
|
||||
. = ..()
|
||||
|
||||
@@ -227,7 +227,6 @@
|
||||
item_state = "cigpacket"
|
||||
belt_icon = "patch_pack"
|
||||
w_class = WEIGHT_CLASS_SMALL
|
||||
throwforce = 2
|
||||
slot_flags = ITEM_SLOT_BELT
|
||||
storage_slots = 6
|
||||
max_combined_w_class = 6
|
||||
|
||||
Reference in New Issue
Block a user