mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-29 19:43:16 +00:00
Adds SLOT_EARS to various items
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
amount_per_transfer_from_this = 5
|
||||
possible_transfer_amounts = list(1,2,3,4,5)
|
||||
w_class = 1
|
||||
slot_flags = SLOT_EARS
|
||||
volume = 5
|
||||
|
||||
afterattack(var/obj/target, var/mob/user, var/flag)
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
item_state = "pill"
|
||||
possible_transfer_amounts = null
|
||||
w_class = 1
|
||||
slot_flags = SLOT_EARS
|
||||
volume = 60
|
||||
|
||||
New()
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
possible_transfer_amounts = null
|
||||
volume = 15
|
||||
w_class = 1
|
||||
slot_flags = SLOT_EARS
|
||||
sharp = 1
|
||||
var/mode = SYRINGE_DRAW
|
||||
var/image/filling //holds a reference to the current filling overlay
|
||||
|
||||
Reference in New Issue
Block a user