mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-13 08:03:43 +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:
@@ -5,11 +5,6 @@
|
||||
var/icon_full = ""
|
||||
var/material = /obj/item/stack/sheet/metal
|
||||
|
||||
/obj/item/ashtray/Initialize(mapload)
|
||||
. = ..()
|
||||
pixel_y = rand(-5, 5)
|
||||
pixel_x = rand(-6, 6)
|
||||
|
||||
/obj/item/ashtray/attackby(obj/item/I, mob/user, params)
|
||||
if(istype(I, /obj/item/cigbutt) || istype(I, /obj/item/clothing/mask/cigarette) || istype(I, /obj/item/match))
|
||||
if(contents.len >= max_butts)
|
||||
|
||||
@@ -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