mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 00:23:29 +01:00
Tweak: Removes position randomization for some things (#22820)
* Tweak: Removes position randomization for some things * Randomize when create in machines * Review changes
This commit is contained in:
@@ -349,9 +349,6 @@ GLOBAL_LIST_INIT(sand_recipes, list(\
|
||||
|
||||
/obj/item/coin/New()
|
||||
..()
|
||||
pixel_x = rand(0,16)-8
|
||||
pixel_y = rand(0,8)-8
|
||||
|
||||
icon_state = "coin_[cmineral]_[sideslist[1]]"
|
||||
if(cmineral && name_by_cmineral)
|
||||
name = "[cmineral] coin"
|
||||
|
||||
Reference in New Issue
Block a user