mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 03:55:11 +01:00
fixes some of the issues of the createanddestroy unit test (#7648)
* send help * polychromic createanddestroy fix
This commit is contained in:
@@ -1248,7 +1248,7 @@ GLOBAL_LIST_INIT(hallucination_list, list(
|
||||
halitem.plane = ABOVE_HUD_PLANE
|
||||
switch(rand(1,6))
|
||||
if(1) //revolver
|
||||
halitem.icon = 'icons/obj/guns/ballistic.dmi'
|
||||
halitem.icon = 'modular_skyrat/modules/fixing_missing_icons/ballistic.dmi' //skyrat edit
|
||||
halitem.icon_state = "revolver"
|
||||
halitem.name = "Revolver"
|
||||
if(2) //c4
|
||||
|
||||
Reference in New Issue
Block a user