Fixes the blaster pistol not fitting in holsters (#5984)

Fixes #5887 , for certain.
This commit is contained in:
OneOneThreeEight
2019-01-26 11:02:53 -05:00
committed by Erki
parent cee4a7b3fc
commit e94b8d7dda
2 changed files with 43 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
icon_state = "blaster_pistol"
item_state = "blaster_pistol"
fire_sound = 'sound/weapons/Laser.ogg'
slot_flags = SLOT_BELT
slot_flags = SLOT_BELT|SLOT_HOLSTER
w_class = 3
force = 5
origin_tech = list(TECH_COMBAT = 2, TECH_MAGNET = 2)
@@ -74,4 +74,4 @@
if(wielded)
toggle_scope(2.0, usr)
else
usr << "<span class='warning'>You can't look through the scope without stabilizing the rifle!</span>"
usr << "<span class='warning'>You can't look through the scope without stabilizing the rifle!</span>"