mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
@@ -109,9 +109,14 @@
|
||||
/obj/item/rig_module/vision/meson
|
||||
)
|
||||
|
||||
chest_type = /obj/item/clothing/suit/space/rig/ce
|
||||
boot_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
|
||||
|
||||
name = "AMI control module"
|
||||
|
||||
@@ -118,7 +118,7 @@
|
||||
return 1
|
||||
|
||||
firer = user
|
||||
def_zone = user.zone_sel.selecting
|
||||
def_zone = target_zone
|
||||
|
||||
if(user == target) //Shooting yourself
|
||||
user.bullet_act(src, target_zone)
|
||||
|
||||
Reference in New Issue
Block a user