mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-15 17:13:46 +01:00
Removes .0 at the end of w_class numbers
This commit is contained in:
@@ -10,7 +10,7 @@ var/global/list/obj/item/device/pda/PDAs = list()
|
||||
icon = 'icons/obj/pda.dmi'
|
||||
icon_state = "pda"
|
||||
item_state = "electronic"
|
||||
w_class = 1.0
|
||||
w_class = 1
|
||||
slot_flags = SLOT_PDA | SLOT_BELT
|
||||
|
||||
//Main variables
|
||||
|
||||
Reference in New Issue
Block a user