Using Weight Defines

This commit is contained in:
Sam
2017-05-27 16:34:49 +01:00
parent 7ecaabe492
commit 07e0f768d6
149 changed files with 430 additions and 436 deletions
+3 -3
View File
@@ -43,7 +43,7 @@
/obj/structure/flora/tree/palm/New()
..()
icon_state = pick("palm1","palm2")
pixel_x = 0
pixel_x = 0
//grass
/obj/structure/flora/grass
@@ -209,7 +209,7 @@
icon_state = "plant-1"
anchored = 0
layer = 5
w_class = 5
w_class = WEIGHT_CLASS_HUGE
force = 10
throwforce = 13
throw_speed = 2
@@ -333,4 +333,4 @@
else
qdel(src)
else
return ..()
return ..()