mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
@@ -109,9 +109,14 @@
|
|||||||
/obj/item/rig_module/vision/meson
|
/obj/item/rig_module/vision/meson
|
||||||
)
|
)
|
||||||
|
|
||||||
|
chest_type = /obj/item/clothing/suit/space/rig/ce
|
||||||
boot_type = null
|
boot_type = null
|
||||||
glove_type = null
|
glove_type = null
|
||||||
|
|
||||||
|
/obj/item/clothing/suit/space/rig/ce
|
||||||
|
heat_protection = UPPER_TORSO|LOWER_TORSO|LEGS|FEET|ARMS|HANDS
|
||||||
|
body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS|FEET|ARMS|HANDS
|
||||||
|
|
||||||
/obj/item/weapon/rig/hazmat
|
/obj/item/weapon/rig/hazmat
|
||||||
|
|
||||||
name = "AMI control module"
|
name = "AMI control module"
|
||||||
|
|||||||
@@ -118,7 +118,7 @@
|
|||||||
return 1
|
return 1
|
||||||
|
|
||||||
firer = user
|
firer = user
|
||||||
def_zone = user.zone_sel.selecting
|
def_zone = target_zone
|
||||||
|
|
||||||
if(user == target) //Shooting yourself
|
if(user == target) //Shooting yourself
|
||||||
user.bullet_act(src, target_zone)
|
user.bullet_act(src, target_zone)
|
||||||
|
|||||||
Reference in New Issue
Block a user