mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 16:38:22 +01:00
Fixes onmob icons for holders
Conflicts: code/game/objects/items.dm
This commit is contained in:
committed by
PsiOmegaDelta
parent
18d0c782fb
commit
a89c066905
@@ -47,7 +47,6 @@
|
||||
var/zoom = 0 //1 if item is actively being used to zoom. For scoped guns and binoculars.
|
||||
|
||||
var/icon_override = null //Used to override hardcoded clothing dmis in human clothing proc.
|
||||
var/item_state = null // Used to specify the item state for the on-mob overlays.
|
||||
|
||||
//** These specify item/icon overrides for _slots_
|
||||
|
||||
@@ -615,6 +614,6 @@ modules/mob/living/carbon/human/life.dm if you die, you will be zoomed out.
|
||||
usr.visible_message("[zoomdevicename ? "[usr] looks up from the [src.name]" : "[usr] lowers the [src.name]"].")
|
||||
|
||||
return
|
||||
|
||||
|
||||
/obj/item/proc/pwr_drain()
|
||||
return 0 // Process Kill
|
||||
return 0 // Process Kill
|
||||
|
||||
Reference in New Issue
Block a user