mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +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:
@@ -79,11 +79,6 @@
|
||||
toolspeed = 1
|
||||
usesound = 'sound/items/deconstruct.ogg'
|
||||
|
||||
/obj/item/stock_parts/New()
|
||||
..()
|
||||
src.pixel_x = rand(-5.0, 5)
|
||||
src.pixel_y = rand(-5.0, 5)
|
||||
|
||||
//Rank 1
|
||||
|
||||
/obj/item/stock_parts/capacitor
|
||||
|
||||
Reference in New Issue
Block a user