mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
Ship Ammunition Weight Loss (#16582)
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
var/obj/item/projectile/original_projectile
|
||||
var/heading = SOUTH
|
||||
var/range = OVERMAP_PROJECTILE_RANGE_MEDIUM
|
||||
var/mob_carry_size = MOB_LARGE //How large a mob has to be to carry the shell
|
||||
var/mob_carry_size = 12 //How large a mob has to be to carry the shell
|
||||
//Cookoff variables.
|
||||
var/cookoff_devastation = 0
|
||||
var/cookoff_heavy = 2
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: Geeves
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- tweak: "Lowered the weight of ship ammunition so that Xion frames, vaurca workers, and non-Coeus Diona can lift them without mechanical assistance."
|
||||
Reference in New Issue
Block a user