mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 04:22:39 +01:00
Makes All Guns Contained Sprites (#8105)
This commit is contained in:
@@ -48,7 +48,7 @@ mob/living/carbon/proc/handle_hallucinations()
|
||||
halitem.layer = 50
|
||||
switch(rand(1,6))
|
||||
if(1) //revolver
|
||||
halitem.icon = 'icons/obj/gun.dmi'
|
||||
halitem.icon = 'icons/obj/guns/revolver.dmi'
|
||||
halitem.icon_state = "revolver"
|
||||
halitem.name = "Revolver"
|
||||
if(2) //c4
|
||||
|
||||
Reference in New Issue
Block a user